Skip to content

Commit

Permalink
Update test.yml
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 8d641b8 commit 69014c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
if: matrix.platform != "windows-latest"
- run: powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
if: matrix.platform == "windows-latest"
- run: uv pip install --system .[test] coverage
- name: Test
run: |
Expand Down

0 comments on commit 69014c5

Please sign in to comment.