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 7c842a0 commit b47994dCopy full SHA for b47994d
.github/workflows/code-style.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
python-version: "3.11"
34
enable-cache: true
35
+ - run: uv venv && source .venv/bin/activate
36
- run: uv pip install ".[dev, pandas, gds, snowflake]"
37
38
- name: Check code style
0 commit comments