Skip to content

Commit

Permalink
install library
Browse files Browse the repository at this point in the history
  • Loading branch information
Baukebrenninkmeijer committed Oct 18, 2024
1 parent 026f214 commit 1e4a3a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: |
pip install poetry pytest
poetry lock
poetry export --without-hashes --format=requirements.txt -o requirements.txt --with dev
poetry install
# poetry export --without-hashes --format=requirements.txt -o requirements.txt --with dev
pip install .
- name: Run tests
run: |
Expand Down

0 comments on commit 1e4a3a9

Please sign in to comment.