Skip to content

Commit 00cda39

Browse files
authored
Merge pull request #23 from elmbeech/master
set PYTHONPATH
2 parents dbf7990 + 056eafb commit 00cda39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.9", "3.10", "3.11", "3.12"]
2222

2323
env:
24-
PYTHONPATH: /Users/runner/work/physicelldataloader/physicelldataloader:/Users/runner/work/python-loader/python-loader
24+
PYTHONPATH: /Users/runner/work/physicelldataloader/physicelldataloader
2525

2626
steps:
2727
- uses: actions/checkout@v4

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.9", "3.10", "3.11", "3.12"]
2222

2323
env:
24-
PYTHONPATH: /home/runner/work/physicelldataloader/physicelldataloader:/home/runner/work/python-loader/python-loader
24+
PYTHONPATH: /home/runner/work/physicelldataloader/physicelldataloader
2525

2626
steps:
2727
- uses: actions/checkout@v4

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ["3.9", "3.10", "3.11", "3.12"]
2222

2323
env:
24-
PYTHONPATH: D:\a\physicelldataloader\physicelldataloader:D:\a\python-loader\python-loader
24+
PYTHONPATH: D:\a\physicelldataloader\physicelldataloader
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)