Skip to content

Commit

Permalink
Update Github Actions workflows and Pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Dec 2, 2024
1 parent 900db8a commit 1834029
Show file tree
Hide file tree
Showing 4 changed files with 1,644 additions and 1,222 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- name: apt install
run: |
sudo apt install -y libopenmpi-dev libopenblas-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ jobs:
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.26.1
pixi-version: v0.38.0
cache: false
- name: Tests
run: |
Expand Down
Loading

0 comments on commit 1834029

Please sign in to comment.