Skip to content

Commit 68a5541

Browse files
committed
Remove PYTHONWARNINGS from workflow environment
This used to be set in order to silence some deprecation warnings, but now we want these warnings to appear in the logs, to address them as soon as we see them.
1 parent 8b7ce96 commit 68a5541

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
LD_LIBRARY_PATH="/project/packages/basemap/extern/lib"
6868
PIP_PREFER_BINARY=1
6969
PYTHONUNBUFFERED=1
70-
PYTHONWARNINGS="ignore:DEPRECATION"
7170
7271
- os: windows-latest
7372
before_all: >-
@@ -83,7 +82,6 @@ jobs:
8382
GEOS_DIR="D:/a/basemap/basemap/packages/basemap/extern"
8483
PIP_PREFER_BINARY=1
8584
PYTHONUNBUFFERED=1
86-
PYTHONWARNINGS="ignore:DEPRECATION"
8785
8886
runs-on: ${{ matrix.os }}
8987
steps:

0 commit comments

Comments
 (0)