Update ci-testing.yml (#7365)
Browse files
.github/workflows/ci-testing.yml
CHANGED
@@ -50,8 +50,8 @@ jobs:
|
|
50 |
- name: Install dependencies
|
51 |
run: |
|
52 |
python -m pip install --upgrade pip
|
53 |
-
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
54 |
-
|
55 |
python --version
|
56 |
pip --version
|
57 |
pip list
|
|
|
50 |
- name: Install dependencies
|
51 |
run: |
|
52 |
python -m pip install --upgrade pip
|
53 |
+
pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html \
|
54 |
+
onnx tensorflow-cpu # wandb
|
55 |
python --version
|
56 |
pip --version
|
57 |
pip list
|