Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Mar 3, 2024
1 parent 250e76a commit 21294de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install mypy
mypy --install-types <<< "y"
mypy --install-types requirements.txt <<< "y"
- name: Run mypy
shell: bash
Expand Down

0 comments on commit 21294de

Please sign in to comment.