Skip to content

Commit

Permalink
cp39 fails on test
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Oct 28, 2020
1 parent 19edc56 commit 03498a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push]
env:
VCPKG_REVISION: "6185aa76504a5025f36754324abf307cc776f3da"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_SKIP: "cp27-* cp35-* pp* *-manylinux_i686 *-win32 cp38-macosx_x86_64"
CIBW_SKIP: "cp27-* cp35-* cp39-* pp* *-manylinux_i686 *-win32 cp38-macosx_x86_64"
CIBW_BEFORE_ALL_LINUX: bash presetup.sh
CIBW_BEFORE_BUILD: pip install cmaketools cmake ninja vswhere
CIBW_BEFORE_TEST: pip install pytest h5py
Expand Down

0 comments on commit 03498a2

Please sign in to comment.