Skip to content

Commit 33ebec0

Browse files
author
Beat Buesser
committed
Decrease Python to 3.7 and set scipy to 1.7.2
Signed-off-by: Beat Buesser <[email protected]>
1 parent 89fae3f commit 33ebec0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- name: TensorFlow 1.15.5 (Keras 2.2.5 Python 3.8)
28+
- name: TensorFlow 1.15.5 (Keras 2.2.5 Python 3.7)
2929
framework: tensorflow
30-
python: 3.8
30+
python: 3.7
3131
tensorflow: 1.15.5
3232
tf_version: v1
3333
keras: 2.2.5
@@ -45,7 +45,8 @@ jobs:
4545
sudo apt-get update
4646
sudo apt-get -y -q install ffmpeg libavcodec-extra
4747
python -m pip install --upgrade pip setuptools wheel
48-
pip install -r requirements_test.txt
48+
pip install -q -r <(sed '/^scipy/d' requirements_test.txt)
49+
pip install scipy==1.7.2
4950
pip install tensorflow==${{ matrix.tensorflow }}
5051
pip install keras==${{ matrix.keras }}
5152
pip list

0 commit comments

Comments
 (0)