Skip to content

Commit

Permalink
ci: try uv
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejnovak committed Feb 19, 2025
1 parent 815ae6e commit e90f786
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
python-version: "3.9"
- runs-on: macOS-14
python-version: "3.8" # min version available for Apple silicon
# - runs-on: windows-latest
# python-version: "3.9"
- runs-on: windows-latest
python-version: "3.9"

steps:
- uses: actions/checkout@v4
Expand All @@ -38,6 +38,7 @@ jobs:
uses: yezz123/setup-uv@v4
with:
uv-venv: ".venv"
run: VIRTUAL_ENV=./.venv

- name: Requirements check
run: uv pip list
Expand Down

0 comments on commit e90f786

Please sign in to comment.