Skip to content

Commit

Permalink
fix github workflow location
Browse files Browse the repository at this point in the history
  • Loading branch information
ndharasz committed Oct 16, 2024
1 parent f9558ef commit 39c1e33
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
rm hello_numerai.html
rm feature_neutralization.html
rm target_ensemble.html
- name: move-pickles-to-pickles-dir
- name: move-pickles-to-cached-pickles-dir
run: |
mkdir -p pickles/
mv -f example_model.pkl pickles/
mv -f hello_numerai.pkl pickles/
mv -f feature_neutralization.pkl pickles/
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/
- name: commit-to-master
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 39c1e33

Please sign in to comment.