Skip to content

Commit 4f7861a

Browse files
committed
Removes temporary environment variable from workflow runs [skip ci]
1 parent 135d282 commit 4f7861a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ jobs:
173173
LC_ALL: C.UTF-8
174174
LANG: C.UTF-8
175175
SKIP_DRIVER_MANAGER: '1'
176-
# TEMPORARY: Remove after upgrade to SQLAlchemy 2.0
177-
SQLALCHEMY_WARN_20: '1'
178176

179177
# cleanup-images:
180178
# runs-on: ubuntu-latest

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,3 @@ jobs:
228228
LC_ALL: C.UTF-8
229229
LANG: C.UTF-8
230230
SKIP_DRIVER_MANAGER: '1'
231-
# TEMPORARY: Remove after upgrade to SQLAlchemy 2.0
232-
SQLALCHEMY_WARN_20: '1'

0 commit comments

Comments
 (0)