Skip to content

Commit 39c1e33

Browse files
committed
fix github workflow location
1 parent f9558ef commit 39c1e33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

workflows/build-models.yml renamed to .github/workflows/build-models.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
rm hello_numerai.html
5858
rm feature_neutralization.html
5959
rm target_ensemble.html
60-
- name: move-pickles-to-pickles-dir
60+
- name: move-pickles-to-cached-pickles-dir
6161
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/
62+
mkdir -p cached-pickles/
63+
mv -f example_model.pkl cached-pickles/
64+
mv -f hello_numerai.pkl cached-pickles/
65+
mv -f feature_neutralization.pkl cached-pickles/
66+
mv -f target_ensemble.pkl cached-pickles/
6767
- name: commit-to-master
6868
uses: EndBug/add-and-commit@v9
6969
with:

0 commit comments

Comments
 (0)