Skip to content

Commit b39541e

Browse files
committed
Last update to Github Actions
1 parent 72f9bc6 commit b39541e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/github-actions-basic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
working-directory: Chapter02
3535
- name: Test with pytest
3636
run: |
37+
$env:PYTHONPATH = "${{ github.workspace }}\\Chapter02"
3738
pytest -v
3839
working-directory: Chapter02

0 commit comments

Comments
 (0)