Skip to content

Commit

Permalink
fix: add multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed May 20, 2024
1 parent 1723ae6 commit 14c76d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install --no-index --find-links=dist/ rustberry
- name: Setup Benchmarks
working-directory: test_parser
run:
run: |
poetry export --with test --with dev --without-hashes --without local --output requirements.txt
pip install -r requirements.txt
- name: Run benchmarks
Expand Down

0 comments on commit 14c76d9

Please sign in to comment.