Skip to content

Commit

Permalink
Fix CI, update pyproject.toml and version (python-poetry#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus authored Jan 6, 2025
1 parent c1c3f43 commit 61081dd
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
timeout 10s poetry run pip --version || rm -rf .venv
- name: Check lock file
run: poetry lock --check
run: poetry check --lock

- name: Install dependencies
run: poetry install
Expand Down
Loading

0 comments on commit 61081dd

Please sign in to comment.