Skip to content

Commit 40d159a

Browse files
committed
Add TF_USE_LEGACY_KERAS env var to CI/CD
1 parent 79e54a9 commit 40d159a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
if: runner.os != 'macOS'
4040
run: |
4141
pip install tensorflow tensorpack==0.11 tf_slim==1.1.0 tf-keras
42+
echo "TF_USE_LEGACY_KERAS=1" >> $GITHUB_ENV
4243
4344
- name: Install TensorFlow on macOS
4445
shell: bash -el {0} # Important: activates the conda environment

0 commit comments

Comments
 (0)