Skip to content

Commit

Permalink
Try to fix github workflow bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
MobiTikula committed Dec 3, 2024
1 parent 22593b3 commit b09c30f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/static_analysis_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Set PYTHONPATH environment variable
run: echo "PYTHONPATH=${GITHUB_WORKSPACE}/living_documentation_regime/living_documentation_regime" >> $GITHUB_ENV
- name: Check code coverage with Pytest
run: pytest --cov=. -v tests/ --cov-fail-under=80

0 comments on commit b09c30f

Please sign in to comment.