Skip to content

Commit

Permalink
Fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 26, 2024
1 parent 9bcb855 commit 72a83a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
${{ runner.os == 'Windows' && '$env:USERPROFILE\.local\bin\uv.exe' || 'uv' }} --version
${{ runner.os == 'Windows' && '$env:USERPROFILE\\.local\\bin\\uv.exe' || 'uv' }} --version
- name: Install Nox
run: |
Expand Down

0 comments on commit 72a83a2

Please sign in to comment.