Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ronykris committed Sep 1, 2024
1 parent 662b4fc commit 1f8fe72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
pip install .
- name: Run tests
run: |
export PYTHONPATH=$PYTHONPATH:$(pwd)/src
pytest tests/test_stock_prediction_api.py
build-and-push:
Expand Down

0 comments on commit 1f8fe72

Please sign in to comment.