Skip to content

Commit d407b48

Browse files
author
Gentris Leci
committed
Add back PYTHONPATH
1 parent ddf4fd5 commit d407b48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-snowflake-feature-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Run the script
3232
working-directory: snowflake
33+
env:
34+
PYTHONPATH: ${{ github.workspace }}/snowflake
3335
run: |
3436
pip install localstack lxml requests
3537
python ./etc/coverage.py

0 commit comments

Comments
 (0)