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 authored and chrisguida committed Jan 8, 2025
1 parent 3267f61 commit ac75ccc
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 ac75ccc

Please sign in to comment.