Skip to content

Commit

Permalink
fix: poetry install bug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses committed Nov 19, 2024
1 parent 9923a6c commit a831d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Install dependencies with uv
run: |
uv venv --seed
uv add poetry
uv run poetry export --with test --with dev --without-hashes --output requirements.txt
uv run pip install -r requirements.txt
uv run pip install -e .
Expand Down

0 comments on commit a831d79

Please sign in to comment.