Skip to content

Commit

Permalink
fixed the directory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbabaei97 committed Dec 28, 2023
1 parent 147dca4 commit 9f63c9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- name: Run tests
run: |
# Add your commands to execute tests here
# Example:
pytest tests/test_api.py
pytest tests/test_api.py
export PYTHONPATH=$PWD
pytest tests/
deploy:
Expand Down

0 comments on commit 9f63c9f

Please sign in to comment.