Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 10, 2023
1 parent 37a69c0 commit 344b63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-dependency-path: 'poetry.lock'

- name: Export requirements
run: poetry export --only dev --only benchmark -vvv > requirements.txt
run: poetry export --without-hashes --only dev --only benchmark -vvv -o requirements.txt

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit 344b63f

Please sign in to comment.