Skip to content

Commit d5c7196

Browse files
committed
Install wandb only in workflow, not in main requirements
1 parent 595c078 commit d5c7196

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/monitor-pool-usage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
pip install -r requirements.txt
25+
pip install wandb>=0.16
2526
2627
- name: Run monitoring script
2728
env:

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ requests>=2.31
66
tenacity>=8.2.3 # only used in cheat() -> move to tests?
77
tqdm>=4.66.2
88
huggingface_hub>=0.23
9-
wandb>=0.16

0 commit comments

Comments
 (0)