Skip to content

Commit

Permalink
single quote
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Apr 19, 2024
1 parent 69014c5 commit 39c81ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
if: matrix.platform != "windows-latest"
if: matrix.platform != 'windows-latest'
- run: powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
if: matrix.platform == "windows-latest"
if: matrix.platform == 'windows-latest'
- run: uv pip install --system .[test] coverage
- name: Test
run: |
Expand Down

0 comments on commit 39c81ee

Please sign in to comment.