Skip to content

Commit b3a9984

Browse files
authored
Merge pull request #77 from neo4j/snowflake-ci2
Install gds dependency in snowflake workflow
2 parents b5395ad + 61bf458 commit b3a9984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/snowflake-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
cache-dependency-path: pyproject.toml
3737
- run: pip install ".[dev]"
3838
- run: pip install ".[pandas]"
39+
- run: pip install ".[gds]"
3940

4041
- name: Run tests
4142
env:

0 commit comments

Comments
 (0)