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 2e73b1f commit 601b4eaCopy full SHA for 601b4ea
.github/workflows/releases.yml
@@ -4,12 +4,10 @@ on: [push, pull_request]
4
5
jobs:
6
build_artifacts:
7
- name: Build wheel on ${{ matrix.os }}
8
- runs-on: ${{ matrix.os }}
+ name: Build wheel on ubuntu-latest
+ runs-on: ubuntu-latest
9
strategy:
10
fail-fast: false
11
- matrix:
12
- os: [ubuntu-18.04]
13
env:
14
CIBW_TEST_COMMAND: pytest --pyargs zarr
15
CIBW_TEST_REQUIRES: pytest
0 commit comments