Skip to content

Commit

Permalink
fix: temp CI to install latest portal
Browse files Browse the repository at this point in the history
  • Loading branch information
dionizh committed Jan 19, 2022
1 parent 94a0799 commit dd78746
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
pip install pipenv
pipenv install --dev --system
# TODO: remove after portal branch is merged
pip install -U "git+https://github.com/ocadotechnology/codeforlife-portal@archivegame#egg=cfl-common&subdirectory=cfl_common"
cd game_frontend
yarn --frozen-lockfile
- name: Run Javascript tests
Expand Down Expand Up @@ -130,8 +132,7 @@ jobs:

publish-python:
name: Publish aimmo PyPi package
needs:
[test, test-aimmo-game, test-aimmo-game-creator, test-aimmo-game-worker]
needs: [test, test-aimmo-game, test-aimmo-game-creator, test-aimmo-game-worker]
if: github.event_name == 'push' && github.event.head_commit.author.email != 'action@github.com'
runs-on: ubuntu-18.04
env:
Expand Down

0 comments on commit dd78746

Please sign in to comment.