Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: Run tests
run: |
uv run --extra test --python ${{ matrix.python-version }} pytest -n auto tests
Expand All @@ -39,7 +39,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: Run tests
run: |
uv run --extra test --extra comparison --python 3.12 pytest -n auto tests
Expand All @@ -54,7 +54,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: Run tests
run: |
uv run --extra test --extra doctest --python 3.12 pytest --doctest-modules -v src/tinygp
Expand All @@ -68,7 +68,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up uv
uses: astral-sh/setup-uv@v6
uses: astral-sh/setup-uv@v7
- name: Build the distribution
run: uv build
- name: Check the distribution
Expand Down