Skip to content

Commit

Permalink
test: use recommended pytest-vcr settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Feb 4, 2025
1 parent a1ae976 commit fae6ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-cqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
pip install -e .[dev,extras]
- name: Test with pytest
run: |
python -m pytest
python -m pytest --vcr-record=none
precommit_hooks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fae6ad9

Please sign in to comment.