Skip to content

Commit

Permalink
fix error in workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sopermaf committed Dec 9, 2023
1 parent c4cf73a commit 8065258
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
run: |
python -m pip install -e ."[dev]"
- name: Pytest
run: |
pytest tests
run: pytest
- name: Lint with Pre-Commit
run: |
pre-commit run --all-files
run: pre-commit run --all-files

0 comments on commit 8065258

Please sign in to comment.