Skip to content

Commit

Permalink
fix: Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 2, 2024
1 parent fe8c8dc commit 5cd4311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
architecture: "x64"
- name: Install pip requirements
run: |
pip install pipenv
pipenv install --dev --system
# pip install -U git+https://github.com/ocadotechnology/codeforlife-portal.git#egg=codeforlife-portal #TODO: Remove as part of #688
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"
sudo apt-get install gettext
Expand Down

0 comments on commit 5cd4311

Please sign in to comment.