Skip to content

Commit

Permalink
silence that one
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 17, 2024
1 parent 6635684 commit 71669a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
PYTHONWARNINGS: error
PYTHONWARNINGS: error,default::DeprecationWarning

jobs:
unit-tests:
Expand All @@ -31,9 +31,6 @@ jobs:
name: static analysis
runs-on: ubuntu-latest
timeout-minutes: 1
env:
# package install has DeprecationWarnings
PYTHONWARNINGS: default
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 71669a4

Please sign in to comment.