Skip to content

Commit f2b293e

Browse files
test file updated for path
1 parent 84d519d commit f2b293e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install -r src/requirements-dev.txt
2929
- name: Test with pytest
3030
run: |
31-
export PYTHONPATH=$(pwd)
31+
export PYTHONPATH=$(pwd)/src
3232
pytest -v --show-capture=stdout -k "not integration"
3333
3434
test_windows:
@@ -46,5 +46,5 @@ jobs:
4646
pip install -r src/requirements-dev.txt
4747
- name: Test with pytest
4848
run: |
49-
$env:PYTHONPATH=$pwd
49+
$env:PYTHONPATH="$pwd\src"
5050
pytest -v --show-capture=stdout -k "not integration"

0 commit comments

Comments
 (0)