Skip to content

Commit

Permalink
Fix pytest on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonn committed Feb 5, 2024
1 parent 4fa6a95 commit e3376b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ runs:
steps:
- id: pip
shell: bash
run: pip install -r requirements-dev.txt
run: |
pip install -r requirements-dev.txt
pip install -e .
- id: black
shell: bash
run: black --check --diff i3_quickterm setup.py
Expand Down

0 comments on commit e3376b1

Please sign in to comment.