Skip to content

Commit

Permalink
debug: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Apr 8, 2024
1 parent 19ded2c commit 3fddad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: pip # caching pip dependencies
- name: Install project and dependent tools
run: |
pip install -e . -r requirements.txt
pip install -r requirements.txt .
- name: Check with ruff
run: |
ruff check .
Expand Down

0 comments on commit 3fddad8

Please sign in to comment.