Skip to content

Commit adddd59

Browse files
author
Beat Buesser
committed
Set pandas to 1.3.5
Signed-off-by: Beat Buesser <[email protected]>
1 parent 3d1a0a8 commit adddd59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 '/^pandas/d' requirements_test.txt)
49+
pip install pandas==1.3.5
4950
pip install tensorflow==${{ matrix.tensorflow }}
5051
pip install keras==${{ matrix.keras }}
5152
pip list

0 commit comments

Comments
 (0)