Skip to content

Commit 036a4fb

Browse files
committed
try to fix test failures
1 parent 70b97d1 commit 036a4fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install UV
2626
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
27+
- name: Show UV path on Windows
28+
if: "startsWith(runner.os, 'windows')"
29+
run: ls c/Users/runneradmin/.local/bin
2730
- name: Add UV to PATH on Windows
2831
if: "startsWith(runner.os, 'windows')"
29-
run: echo "C:/Users/runneradmin/.local/bin" >> $GITHUB_PATH
32+
run: echo "c/Users/runneradmin/.local/bin" >> $GITHUB_PATH
3033
- name: Install hatch
3134
run: uv pip install --system hatch
3235
- name: Install swig

0 commit comments

Comments
 (0)