fix github workflow

This commit is contained in:
PawelDopierala 2024-06-06 03:16:53 +02:00
parent 554ed4e9cd
commit 1245979730

View File

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