Skip to content

Commit

Permalink
fix: Install portal master when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 3, 2024
1 parent e6a9fe8 commit e5c0682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
run: |
pip install pipenv
pipenv install --dev --system
pip install -U git+https://github.com/ocadotechnology/codeforlife-portal@python312
pip install -U "git+https://github.com/ocadotechnology/codeforlife-portal@python312#egg=cfl-common&subdirectory=cfl_common"
pip install -U git+https://github.com/ocadotechnology/codeforlife-portal.git#egg=codeforlife-portal #TODO: Remove as part of #688
sudo apt-get install gettext
# TODO: Restore action once we figure out how to use bot token properly (if still needed)
# - name: Prepare files for Crowdin
Expand Down

0 comments on commit e5c0682

Please sign in to comment.