Skip to content

Commit

Permalink
CI: Actually use linting_requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed May 25, 2023
1 parent 4133774 commit adea2fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ jobs:
python-version: '3.x'

- name: Install linters
run: |
pip install flake8 pydocstyle>=5.0.0
pip install mypy types-PyYAML "assertionlib>=3.2.1" "numpy>=1.21"
run: pip install -r linting_requirements.txt

- name: Python info
run: |
Expand Down

0 comments on commit adea2fa

Please sign in to comment.