We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf4fd5 commit d407b48Copy full SHA for d407b48
.github/workflows/update-snowflake-feature-coverage.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Run the script
32
working-directory: snowflake
33
+ env:
34
+ PYTHONPATH: ${{ github.workspace }}/snowflake
35
run: |
36
pip install localstack lxml requests
37
python ./etc/coverage.py
0 commit comments