fix github workflow

This commit is contained in:
PawelDopierala 2024-06-06 02:37:26 +02:00
parent 6b77f00b66
commit bfc8f16904

View File

@ -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 }}