Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Feb 23, 2024
1 parent 790c4d3 commit 6746def
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/poetry-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
poetry self add poetry-plugin-export
poetry config virtualenvs.in-project true
poetry check
poetry run pip install -r
poetry export -f requirements.txt --without-urls --without-hashes --without dev --output poetry-export-base.txt
poetry export -f requirements.txt --without-urls --without-hashes --only dev --output poetry-export-dev.txt
Expand Down

0 comments on commit 6746def

Please sign in to comment.