Skip to content

Commit

Permalink
install setuptools in correct venv
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Jan 11, 2025
1 parent ae8cbc1 commit 34c6283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m pip install setuptools
python -m poetry install
poetry run pip install setuptools
cd SciScript-Python
poetry run python Install.py sciserver-v2.1.0
cd ..
Expand Down

0 comments on commit 34c6283

Please sign in to comment.