Skip to content

Commit b094f27

Browse files
committed
src module fix
1 parent 576deaa commit b094f27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements-dev.txt
26+
# Install the package in development mode
27+
pip install -e .
2628
- name: Run tests
2729
run: |
28-
pytest --cov=src/borsdata_client tests/
30+
PYTHONPATH=$PWD pytest --cov=src/borsdata_client tests/
2931
env:
3032
BORSDATA_API_KEY: ${{ secrets.BORSDATA_API_KEY }}
3133
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)