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 b349ded
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
run: |
python --version
- name: Install Python package
env:
PYTHONWARNINGS: error,default::DeprecationWarning
run: |
$PIP install .
- name: Install docs dependencies
env:
PYTHONWARNINGS: error,default::DeprecationWarning
run: |
$PIP install -r doc/requirements.txt
- name: Build HTML
Expand Down

0 comments on commit b349ded

Please sign in to comment.