Skip to content

Commit 37ce960

Browse files
committed
set python path to root
1 parent 1f365bf commit 37ce960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/verify_constants.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
1818

19+
- name: Set PYTHONPATH
20+
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
21+
1922
- name: Get list of changed files
2023
id: changed_files
2124
run: |

0 commit comments

Comments
 (0)