Skip to content

Commit fd73886

Browse files
committed
fix snowflake update functions workflow
1 parent 5589f5e commit fd73886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
PYTHONPATH: ${{ github.workspace }}/snowflake
4040
run: |
41-
pip install localstack lxml requests
41+
pip install localstack-core lxml requests
4242
python ./etc/coverage.py
4343
4444
- name: Move the generated files

0 commit comments

Comments
 (0)