Skip to content

Commit

Permalink
Fix in cd
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorenciaOjeda committed Jun 27, 2024
1 parent 7e1d700 commit c331e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
# Run training script to have the model available
- name: Run training script
run: python ./challenge/training.py
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)
python ./challenge/training.py
# Build and push Docker image
- name: Build and push Docker image
Expand Down

0 comments on commit c331e5c

Please sign in to comment.