Skip to content

Commit

Permalink
add pipeline dependencies to the action too, sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Oct 4, 2024
1 parent 4e278e4 commit 8302643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
sudo apt install libimage-exiftool-perl -y
python -m pip install --upgrade pip
python -m pip install .[lint,test]
python -m pip install .[lint,test,pipeline]
- name: Lint with ruff
run: ruff check
- name: Check format with ruff
Expand Down

0 comments on commit 8302643

Please sign in to comment.