Skip to content

Commit

Permalink
fix env in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
sashhhaka committed Jul 24, 2024
1 parent 8d9dd30 commit b4894c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ jobs:
- name: Generate test artifacts
run: |
python3.11 src/utils.py 1
python pipelines/data_prepare.py
python3.11 pipelines/data_prepare.py
python3.11 src/utils.py 2
python pipelines/data_prepare.py
python3.11 pipelines/data_prepare.py
- name: Run MLflow server
run: mlflow ui &
Expand Down

0 comments on commit b4894c7

Please sign in to comment.