Skip to content

Commit

Permalink
CI: Don't turn DeprecationWarning into an error
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 26, 2023
1 parent 311b20e commit 7477f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
python --version
- name: Install Python package
env:
PYTHONWARNINGS: error,default::DeprecationWarning
run: |
$PIP install .
- name: Install docs dependencies
Expand Down

0 comments on commit 7477f27

Please sign in to comment.