Skip to content

Commit b47994d

Browse files
committed
Activate venv for codestyle gha
1 parent 7c842a0 commit b47994d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
python-version: "3.11"
3434
enable-cache: true
35+
- run: uv venv && source .venv/bin/activate
3536
- run: uv pip install ".[dev, pandas, gds, snowflake]"
3637

3738
- name: Check code style

0 commit comments

Comments
 (0)