Skip to content

Commit 6c2788e

Browse files
committed
Update test.yml
1 parent 68f6a24 commit 6c2788e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
python -m pip install --upgrade pip
2525
python -m pip install --upgrade pip setuptools wheel
2626
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
27-
python -m pip install -e .
27+
# wandb included to use custom trainer for cli test which needs wandb logger
28+
python -m pip install -e .[wandb]
2829
2930
- name: Display Python & Installed Packages
3031
run: |

0 commit comments

Comments
 (0)