Skip to content

Commit

Permalink
[fix] Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
benjimaclellan committed Dec 6, 2024
1 parent 4a7eb1e commit 17e8205
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
version:
- "3.10"
- "3.11"
- "3.12"
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
# - "3.12"
os: ["ubuntu-latest"] # "windows-latest", "macos-latest"]
arch:
- x64
name: Test ${{ matrix.version }} on ${{ matrix.os }} (${{ matrix.arch }})
Expand All @@ -34,8 +34,8 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
# with:
# enable-cache: true

- name: Install the project
run: uv pip install .[test] --system
Expand Down

0 comments on commit 17e8205

Please sign in to comment.