Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v5
with: { submodules: recursive }
- uses: prefix-dev/setup-pixi@v0.9.3
with: { pixi-version: v0.59.0 }
with: { pixi-version: v0.61.0 }
- name: build documentation
run: |
pixi run doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v5
with: { submodules: recursive }
- uses: prefix-dev/setup-pixi@v0.9.3
with: { pixi-version: v0.59.0 }
with: { pixi-version: v0.61.0 }
- name: pylint
run: pixi run pylint
- name: black
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
environment: ["python-310", "python-311", "python-312", "python-313"]
environment: ["python-310", "python-311", "python-312", "python-313", "python-314"]
os: ["ubuntu-latest", "ubuntu-24.04-arm", "macos-latest", "windows-latest"]
steps:
- uses: actions/checkout@v5
with: { submodules: recursive }
- uses: prefix-dev/setup-pixi@v0.9.3
with: { pixi-version: v0.59.0 }
with: { pixi-version: v0.61.0 }
- name: doctest
shell: pixi run bash -e {0}
run: pixi run -e ${{ matrix.environment }} doctest
Loading
Loading