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 6b2910d commit 0f8c358Copy full SHA for 0f8c358
.github/workflows/ci-lingvo.yml
@@ -47,9 +47,10 @@ jobs:
47
sudo apt-get update
48
sudo apt-get -y -q install ffmpeg libavcodec-extra
49
python -m pip install --upgrade pip setuptools wheel
50
- pip install -q -r <(sed '/^scipy/d;/^matplotlib/d' requirements.txt)
+ pip install -q -r <(sed '/^scipy/d;/^matplotlib/d;/^pandas/d' requirements.txt)
51
pip install scipy==1.5.4
52
pip install matplotlib==3.3.4
53
+ pip install pandas==1.1.5
54
pip install tensorflow==${{ matrix.tensorflow }}
55
pip install keras==${{ matrix.keras }}
56
pip install lingvo==${{ matrix.lingvo }}
0 commit comments