We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29e90f commit 450f3f5Copy full SHA for 450f3f5
1 file changed
.github/workflows/build-models.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
pip install jupyter
30
- pip install -r https://raw.githubusercontent.com/numerai/numerai-predict/refs/heads/master/requirements.txt
+ pip install -r https://raw.githubusercontent.com/numerai/numerai-predict/refs/heads/master/py3.12/requirements.txt
31
- name: build-example-model
32
33
jupyter nbconvert \
0 commit comments