Skip to content

Commit 637e46b

Browse files
committed
Install fakesnow separately in snowflake CI to allow sqlglot version mismatch
1 parent b3f1e9b commit 637e46b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ jobs:
110110
run: uv python install 3.12
111111

112112
- name: Install dependencies
113-
run: uv sync --extra snowflake --extra dev
113+
run: |
114+
uv sync --extra snowflake --extra dev
115+
uv pip install "fakesnow>=0.9.0"
114116
115117
- name: Run Snowflake integration tests
116118
env:

0 commit comments

Comments
 (0)