Skip to content

Commit

Permalink
some other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardbruelhart committed Apr 11, 2024
1 parent 3073b65 commit 6f3db19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
python-version:
required: false
description: "The python version to use"
default: "3.8"
default: "3.8.19"

runs:
using: "composite"
Expand Down
12 changes: 6 additions & 6 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 @@ -16,6 +16,7 @@ requests = "^2.31.0"
types-requests = "^2.31.0.20240406"
pyinstaller = "^6.5.0"
pytest = "^7.2.0"
pytest-cov = "^5.0.0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.5.1"
Expand Down

0 comments on commit 6f3db19

Please sign in to comment.