File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
python -c "import site; print(site.USER_SITE.replace('site-packages', 'Scripts'))" >> %GITHUB_PATH%
53
53
chcp 1252
54
54
55
- - name : Install pipx
56
- shell : cmd
57
- run : python -m pip install pipx
58
-
59
55
- name : Install pre-commit
60
56
shell : cmd
61
- run : pipx install pre-commit
57
+ run : python -m pip install pre-commit
62
58
63
59
- name : Install pre-commit hooks
64
60
shell : cmd
@@ -177,6 +173,10 @@ jobs:
177
173
python -c "import site; print(site.USER_SITE.replace('site-packages', 'Scripts'))" >> %GITHUB_PATH%
178
174
chcp 1252
179
175
176
+ - name : Set tcl path
177
+ shell : cmd
178
+ run : python -c "import site; import os; print("TCL_LIBRARY=" + os.path.join(site.PREFIXES[0], 'tcl', 'tcl8.6'))" >> %GITHUB_ENV%
179
+
180
180
- name : Initialize virtual environment
181
181
shell : cmd
182
182
run : uv sync --locked
You can’t perform that action at this time.
0 commit comments