Skip to content

Commit

Permalink
fix: Fix branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Dec 15, 2020
1 parent 2d969ab commit d9379b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
pip install pipenv
pipenv install --dev --system
pip install -U git+https://github.com/ocadotechnology/rapid-router@upgrade_dependencies
pip install -U git+https://github.com/ocadotechnology/codeforlife-portal@upgrade_dependencies
pip install -U "git+https://github.com/ocadotechnology/codeforlife-portal@upgrade_dependencies#egg=cfl-common&subdirectory=cfl_common"
pip install -U git+https://github.com/ocadotechnology/rapid-router@django_2_upgrade
pip install -U git+https://github.com/ocadotechnology/codeforlife-portal@django_2_upgrade
pip install -U "git+https://github.com/ocadotechnology/codeforlife-portal@django_2_upgrade#egg=cfl-common&subdirectory=cfl_common"
cd game_frontend
yarn --frozen-lockfile
- name: Run Javascript tests
Expand Down

0 comments on commit d9379b9

Please sign in to comment.