We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1a0a8 commit adddd59Copy full SHA for adddd59
.github/workflows/ci-tensorflow-v1.yml
@@ -45,7 +45,8 @@ jobs:
45
sudo apt-get update
46
sudo apt-get -y -q install ffmpeg libavcodec-extra
47
python -m pip install --upgrade pip setuptools wheel
48
- pip install -r requirements_test.txt
+ pip install -q -r <(sed '/^pandas/d' requirements_test.txt)
49
+ pip install pandas==1.3.5
50
pip install tensorflow==${{ matrix.tensorflow }}
51
pip install keras==${{ matrix.keras }}
52
pip list
0 commit comments