Skip to content

Commit

Permalink
CI: poetry install without root
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jan 7, 2025
1 parent 95b547c commit d08ddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
pytest-custom-exit-code==0.3.0 \
pytest-json-report
poetry install
poetry install --no-root
poetry update
poetry export --without-hashes -f requirements.txt --output requirements.txt
pip install --user -U -r requirements.txt
Expand Down

0 comments on commit d08ddb1

Please sign in to comment.