Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Landy committed Nov 19, 2024
1 parent 75cc0f6 commit 2e3e7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Test with pytest
run: |
python -m pytest -vv --cov=traceback_with_variables --cov-report=json
python -Xfrozen_modules=off -m pytest -vv --cov=traceback_with_variables --cov-report=json
- name: Upload coverage report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2e3e7a2

Please sign in to comment.