Skip to content

Commit

Permalink
fix: adjust working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed May 20, 2024
1 parent 94c8e0a commit 378406b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
poetry run maturin build --release --out dist
pip install --no-index --find-links=dist/ rustberry
- name: Setup Benchmarks
run: |
cd test_parser
working-directory: test_parser
run:
poetry export --with test --with dev --without-hashes --without local --output requirements.txt
pip install -r requirements.txt
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
working-directory: test_parser
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest benchmarks --codspeed

0 comments on commit 378406b

Please sign in to comment.