Skip to content

Commit 70b97d1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: curl -LsSf https://github.com/astral-sh/uv/releases/latest/download/uv-installer.sh | sh
2727
- name: Add UV to PATH on Windows
2828
if: "startsWith(runner.os, 'windows')"
29-
run: echo "::add-path::/c/Users/runneradmin/.local/bin"
29+
run: echo "C:/Users/runneradmin/.local/bin" >> $GITHUB_PATH
3030
- name: Install hatch
3131
run: uv pip install --system hatch
3232
- name: Install swig

0 commit comments

Comments
 (0)