Skip to content

Commit

Permalink
fix: adjust pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed May 20, 2024
1 parent 14c76d9 commit b0c818e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
working-directory: test_parser
run: |
poetry export --with test --with dev --without-hashes --without local --output requirements.txt
cat requirements.txt
pip install -r requirements.txt
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
Expand Down
1 change: 0 additions & 1 deletion test_parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ graphql-core = "^3.2.3"
pytest = "^8.2.1"

[tool.poetry.group.local.dependencies]
rustberry = { file = "../target/wheels/rustberry-0.0.14-cp311-cp311-macosx_11_0_arm64.whl" }

[tool.poetry.group.dev.dependencies]
pytest-codspeed = "^2.2.1"
Expand Down

0 comments on commit b0c818e

Please sign in to comment.