Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Fix poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Oct 11, 2023
1 parent 996aa3b commit 42ec556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beeper-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-python@v2
- run: pip install poetry
- run: poetry install --extras all
- run: pip install jump-consistent-hash
- run: poetry run pip install jump-consistent-hash
- run: poetry run trial -j4 tests

test-sytest:
Expand Down

0 comments on commit 42ec556

Please sign in to comment.