From de5ff644d282660f34a8fad051879eca7cdc87a3 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 22 Apr 2020 15:47:56 +0200 Subject: propoer ciwb before build --- .github/workflows/build_wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/build_wheels.yml') diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index d92c7c5..9938698 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.8] steps: - uses: actions/checkout@v1 @@ -32,6 +32,8 @@ jobs: python -m pip install cibuildwheel==1.3.0 - name: Build wheel + env: + CIBW_BEFORE_BUILD: "pip install numpy cython" run: | python -m cibuildwheel --output-dir wheelhouse -- cgit v1.2.3