Skip to content

Commit

Permalink
Added wandb installation command to cpu_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
curt-tigges committed Mar 15, 2023
1 parent f972e25 commit 57b46b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pip install torch==1.8.2 torchvision==0.9.2 torchaudio==0.8.2 --extra-index-url https://download.pytorch.org/whl/lts/1.8/cpu
pip install -r requirements/requirements.txt
pip install -r requirements/requirements-dev.txt
pip install -r requirements/requirements-wandb.txt
- name: Prepare Data
run: python prepare_data.py
Expand Down

0 comments on commit 57b46b0

Please sign in to comment.