From 5cd4311321eed80b2eddea8527784f830e55016e Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Mon, 2 Sep 2024 15:21:28 +0100 Subject: [PATCH] fix: Remove comment --- .github/workflows/publish-python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-python-package.yml b/.github/workflows/publish-python-package.yml index c976cbc60..bf6b3d6bb 100644 --- a/.github/workflows/publish-python-package.yml +++ b/.github/workflows/publish-python-package.yml @@ -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