Skip to content

Commit

Permalink
another yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 29, 2024
1 parent 8c273f7 commit 40a2f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
version: "0.4.17"
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Install the project
run: uv sync --all-extras --dev
run: uv sync --all-extras --dev
- name: Tests
if: contains(fromJSON('["3.10.9", "3.11.1", "3.11.5", "3.12"]'), matrix.python-version)
run: pytest
Expand Down

0 comments on commit 40a2f71

Please sign in to comment.