Skip to content

Commit

Permalink
OS path
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmasourab93 committed Apr 28, 2024
1 parent 302c89f commit 88f2526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
import sys
path_ = os.path.join(os.path.abspath('.'), 'algotrade')
print(path_)
print(os.path.exists(path_))
sys.path.append(path_)
print(os.getcwd())
shell: python
Expand All @@ -37,4 +38,4 @@ jobs:
- name: Install & Run pytest
run: |
python -m pip install -r requirements.txt
pytest --cov=algotrade tests/
pytest --cov=./algotrade tests/

0 comments on commit 88f2526

Please sign in to comment.