Skip to content

Commit 4a278f6

Browse files
committed
Fix matrix
1 parent 18fdaf9 commit 4a278f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999

100100
- name: Run tests
101101
shell: "bash -l {0}"
102-
run: pixi run -e default hatch run test:test-zarr
102+
run: pixi run -e default hatch run test:test-zarr

.github/workflows/wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
- uses: actions/setup-python@v5
4949
name: Install Python
5050
with:
51-
python-version: {{ matrix.python-version }}
52-
architecture: {{ matrix.architecture }}
51+
python-version: ${{ matrix.python-version }}
52+
architecture: ${{ matrix.architecture }}
5353
- name: Build sdist
5454
run: pipx run build --sdist
5555

0 commit comments

Comments
 (0)