Skip to content

Commit

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

0 comments on commit 0fe8d28

Please sign in to comment.