Skip to content

Commit

Permalink
Fix deps, update ci fail strategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed May 10, 2024
1 parent 4b8fb5f commit 1cf8e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
typecheck:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- "3.8"
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
fail-fast: false
python-version:
- "3.7"
- "3.8"
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy~=1.9.0
mypy~=1.9.0;python_version>="3.8"
flake8~=7.0
flake8-commas~=2.1.0
flake8-quotes~=3.3.2
Expand Down

0 comments on commit 1cf8e88

Please sign in to comment.