Skip to content

Commit

Permalink
Install dev-requirements in linting
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Feb 20, 2024
1 parent 0c57b4c commit 138770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install --no-deps .
- name: Install requirements
run: |
python -m pip install -r requirements.txt
python -m pip install -r dev-requirements.txt
- name: ruff
run: |
ruff pynxtools tests
Expand Down

0 comments on commit 138770f

Please sign in to comment.