fix github workflow

This commit is contained in:
PawelDopierala 2024-06-06 03:16:53 +02:00
parent 554ed4e9cd
commit 1245979730
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
with:
name: model
path: |
./github_project/hp_model.h5
./github_project
evaluate:
needs: train
@ -66,7 +66,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: model
path: ./github_project/hp_model.h5
path: ./github_project
- name: Evaluate Model
run: python ./github_project/evaluate.py ${{ github.run_number }}