Skip to content

Commit

Permalink
use correct python
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Oct 25, 2024
1 parent d3247dc commit 97b56bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install python
run: uv python install ${{ matrix.python-version }}
- name: install project
run: uv sync --locked --all-extras --dev
- name: Run tests
Expand Down

0 comments on commit 97b56bc

Please sign in to comment.