We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fdaf9 commit 4a278f6Copy full SHA for 4a278f6
.github/workflows/ci.yaml
@@ -99,4 +99,4 @@ jobs:
99
100
- name: Run tests
101
shell: "bash -l {0}"
102
- run: pixi run -e default hatch run test:test-zarr
+ run: pixi run -e default hatch run test:test-zarr
.github/workflows/wheel.yaml
@@ -48,8 +48,8 @@ jobs:
48
- uses: actions/setup-python@v5
49
name: Install Python
50
with:
51
- python-version: {{ matrix.python-version }}
52
- architecture: {{ matrix.architecture }}
+ python-version: ${{ matrix.python-version }}
+ architecture: ${{ matrix.architecture }}
53
- name: Build sdist
54
run: pipx run build --sdist
55
0 commit comments