Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
isakruas committed Oct 4, 2024
1 parent f0cb6c3 commit 6937f1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
pip install -r requirements-tests.txt
pip install pytest pytest-cov
- name: Export environment variable
run: echo "LRU_CACHE_MAXSIZE=0" >> $GITHUB_ENV

- name: Run tests with coverage
env:
LRU_CACHE_MAXSIZE: ${{ env.LRU_CACHE_MAXSIZE }}
LRU_CACHE_MAXSIZE: '0'
run: pytest --cov tests

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 6937f1b

Please sign in to comment.