Skip to content

Commit

Permalink
fix test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Apr 14, 2024
1 parent b826f99 commit 6eaef4a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.8.1"
poetry-version: "1.8.2"

- name: Install deps
run: poetry install
Expand Down
33 changes: 31 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors = ["Georgios Konstantopoulos <me@gakonst.com>"]

[tool.poetry.dependencies]
python = ">=3.7"
maturin = ">=1.5,<1.6"
pytest = "^7.1.3" # TODO: move this to test dependencies

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 6eaef4a

Please sign in to comment.