Skip to content

Commit b2bc82e

Browse files
committed
Fix path
1 parent 8909525 commit b2bc82e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ jobs:
3737
run: |
3838
curl -LsSf https://astral.sh/uv/install.sh | sh
3939
uv tool install pre-commit
40-
uv tool ensure-path
41-
# not sure if we need to source .bashrc here :)
40+
uv tool ensurepath
4241
pre-commit run --all-files --color always --show-diff-on-failure

0 commit comments

Comments
 (0)