Skip to content

Commit 2a301f5

Browse files
committed
Dont run checkstyle via uv
work around issue of uv not finding ruff
1 parent b47994d commit 2a301f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- run: uv pip install ".[dev, pandas, gds, snowflake]"
3737

3838
- name: Check code style
39-
run: cd ${GITHUB_WORKSPACE} && uv run bash ./scripts/checkstyle.sh
39+
run: cd ${GITHUB_WORKSPACE} && ./scripts/checkstyle.sh

0 commit comments

Comments
 (0)