Skip to content

Commit

Permalink
allow no tests in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
eringrant committed Jan 3, 2024
1 parent 43bd8dd commit 3bb2408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: |
micromamba activate TODO_package_name
python -m pip install pytest pytest-cov
pytest --cov=TODO_package_name/ tests/
pytest --cov=TODO_package_name/ tests/ || [ $? -eq 5 ]

0 comments on commit 3bb2408

Please sign in to comment.