Skip to content

Commit 8347018

Browse files
committed
set pythonpath
1 parent cd05627 commit 8347018

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-actions-demo.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- name: Testing
3535
run: |
36+
PYTHONPATH=$(pwd)
37+
export PYTHONPATH
3638
python -m pip install pytest
3739
pytest
3840

0 commit comments

Comments
 (0)