Skip to content

Commit

Permalink
fix: move from nightly to main branch (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanashraf7 authored Dec 3, 2024
1 parent 0fd7824 commit 3059c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if [[ "${{ matrix.edx_branch }}" == "open-release/quince.master" ]]; then
pip install tutor==17.0.6
elif [[ "${{ matrix.edx_branch }}" == "master" ]]; then
git clone --branch=nightly https://github.com/overhangio/tutor.git
git clone --branch=main https://github.com/overhangio/tutor.git
pip install -e "./tutor"
else
pip install tutor==18.0.0
Expand All @@ -54,8 +54,8 @@ jobs:
- name: Run tests on tutor
run: |
if [[ "${{ matrix.edx_branch }}" == "master" ]]; then
DIRECTORY="tutor-nightly"
DEV="tutor_nightly_dev"
DIRECTORY="tutor-main"
DEV="tutor_main_dev"
else
DIRECTORY="tutor"
DEV="tutor_dev"
Expand Down

0 comments on commit 3059c66

Please sign in to comment.