We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9558ef commit 39c1e33Copy full SHA for 39c1e33
workflows/build-models.yml renamed to .github/workflows/build-models.yml
@@ -57,13 +57,13 @@ jobs:
57
rm hello_numerai.html
58
rm feature_neutralization.html
59
rm target_ensemble.html
60
- - name: move-pickles-to-pickles-dir
+ - name: move-pickles-to-cached-pickles-dir
61
run: |
62
- mkdir -p pickles/
63
- mv -f example_model.pkl pickles/
64
- mv -f hello_numerai.pkl pickles/
65
- mv -f feature_neutralization.pkl pickles/
66
- mv -f target_ensemble.pkl pickles/
+ mkdir -p cached-pickles/
+ mv -f example_model.pkl cached-pickles/
+ mv -f hello_numerai.pkl cached-pickles/
+ mv -f feature_neutralization.pkl cached-pickles/
+ mv -f target_ensemble.pkl cached-pickles/
67
- name: commit-to-master
68
uses: EndBug/add-and-commit@v9
69
with:
0 commit comments