Skip to content

Commit

Permalink
fix pylint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Delcior committed Aug 26, 2023
1 parent d5c7dbb commit 8c5b65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[all]
pip install -e .[tests, examples]
pip install pylint pytest matplotlib
- name: Analysing the code with pylint
run: |
Expand Down

0 comments on commit 8c5b65f

Please sign in to comment.