Skip to content

Commit

Permalink
Test win
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Aug 2, 2023
1 parent 00b2c56 commit e5d0a06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cibuildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- skbuild-core2
tags:
- '*'
pull_request:
Expand Down Expand Up @@ -59,10 +60,10 @@ jobs:
uses: pypa/cibuildwheel@v2.14.1
env:
CIBW_BUILD: 'cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64'
# CIBW_BEFORE_TEST: pip install git+https://github.com/Blosc/python-blosc2#egg=blosc2
CIBW_BEFORE_TEST: pip install git+https://github.com/Blosc/python-blosc2#egg=blosc2
# Testing does not work for Win (yet)
#CIBW_BEFORE_TEST: pip install blosc2
#CIBW_TEST_COMMAND: cmd /V /C "set "BLOSC_TRACE=1" && python {project}/examples/array_roundtrip.py"
# CIBW_BEFORE_TEST: pip install blosc2
CIBW_TEST_COMMAND: cmd /V /C "set "BLOSC_TRACE=1" && python {project}/examples/array_roundtrip.py"
CIBW_BUILD_VERBOSITY: 1

- name: Build wheels (Mac OSX arm64)
Expand Down

0 comments on commit e5d0a06

Please sign in to comment.