Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rehoumir authored Jul 12, 2024
1 parent f8be679 commit 0168d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install -e '.[tests]'
- name: Install packages needed for CI
run: pip install pre-commit
run: pip install pre-commit pytest
- name: Lint all files
run: pre-commit run --all-files --show-diff-on-failure
- name: Run tests
Expand Down

0 comments on commit 0168d5a

Please sign in to comment.