Skip to content

Commit

Permalink
Update python-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carynbear authored Aug 9, 2024
1 parent 2c68650 commit ba45232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install .[all]
pip install ".[dev,all]"
# - name: Analysing the code with pylint
# run: |
# pylint $(git ls-files '*.py')
Expand Down

0 comments on commit ba45232

Please sign in to comment.