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
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up UV and Python ${{ matrix.python-version }}
uses: astral-sh/setup-uv@v7
- name: Check uv lock file
Expand All @@ -26,8 +26,8 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: actions/checkout@v5
- uses: prefix-dev/setup-pixi@v0.9.2
- uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.49.0
cache: true
Expand All @@ -47,9 +47,9 @@ jobs:
matrix:
environment: ["py312", "py313"]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Pixi environment ${{ matrix.environment }}
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.49.0
cache: true
Expand All @@ -65,9 +65,9 @@ jobs:
matrix:
environment: ["py312", "py313"]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Pixi environment ${{ matrix.environment }}
uses: prefix-dev/setup-pixi@v0.9.2
uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.49.0
cache: true
Expand Down
Loading