Skip to content

Commit 71fefe6

Browse files
committed
install numerai-predict requirements
1 parent c0079a2 commit 71fefe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-models.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install jupyter
30+
pip install -r https://raw.githubusercontent.com/numerai/numerai-predict/refs/heads/master/requirements.txt
3031
- name: build-example-model
3132
run: |
3233
jupyter nbconvert \

0 commit comments

Comments
 (0)