fix github workflow
This commit is contained in:
parent
6b77f00b66
commit
bfc8f16904
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -62,6 +62,11 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install pandas scikit-learn tensorflow matplotlib mlflow
|
||||
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: model
|
||||
|
||||
- name: Evaluate Model
|
||||
run: python ./github_project/evaluate.py ${{ github.run_number }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user