fix github workflow
This commit is contained in:
parent
08323a3396
commit
ae55583129
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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: .
|
||||||
|
|
||||||
- name: Evaluate Model
|
- name: Evaluate Model
|
||||||
run: python ./github_project/evaluate.py ${{ github.run_number }}
|
run: python ./github_project/evaluate.py ${{ github.run_number }}
|
||||||
|
Loading…
Reference in New Issue
Block a user