Skip to content

Commit 450f3f5

Browse files
authored
fixed numerai-predict requirements path in github actions (#187)
1 parent a29e90f commit 450f3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +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
30+
pip install -r https://raw.githubusercontent.com/numerai/numerai-predict/refs/heads/master/py3.12/requirements.txt
3131
- name: build-example-model
3232
run: |
3333
jupyter nbconvert \

0 commit comments

Comments
 (0)