Skip to content

Commit 33b2013

Browse files
author
Gentris Leci
committed
Debug
1 parent 2325ae2 commit 33b2013

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ jobs:
2828
path: snowflake
2929
token: ${{ secrets.GH_TOKEN }}
3030

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

0 commit comments

Comments
 (0)