Skip to content

Commit

Permalink
re-add ignore deprecation warnings during test
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed Feb 1, 2022
1 parent 301454c commit aa5cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install -e .
- name: Test with pytest
run: pytest
run: pytest -W "ignore::DeprecationWarning"
env:
PLATFORM: ${{ matrix.platform }}

Expand Down

0 comments on commit aa5cbde

Please sign in to comment.