Skip to content

Commit c663f8e

Browse files
committed
update github-action with pixi
1 parent 68c8ca1 commit c663f8e

File tree

3 files changed

+206
-16
lines changed

3 files changed

+206
-16
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,14 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: [3.8, 3.9, 3.10, 3.11]
1110
os: [macOs-latest, ubuntu-latest, windows-latest]
1211

1312
runs-on: ${{ matrix.os }}
14-
name: run tests
13+
name: test
1514
steps:
16-
- uses: actions/checkout@v2
17-
- name: Set up Python
18-
uses: actions/setup-python@v1
19-
with:
20-
python-version: ${{ matrix.python-version }}
21-
- name: install requirements
22-
run: |
23-
pip install .
24-
pip install meshpy
25-
- name: test
26-
run: |
27-
python testall.py
15+
- uses: actions/checkout@v3
16+
- uses: prefix-dev/[email protected]
17+
with:
18+
pixi-version: v0.39.0
19+
cache: true
20+
- run: pixi run test

0 commit comments

Comments
 (0)