Skip to content

Commit

Permalink
Use latest cibuildwheel an dupdate pip
Browse files Browse the repository at this point in the history
  • Loading branch information
xioTechnologies committed Jul 21, 2023
1 parent 33a4a06 commit aa97839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
platforms: all

- name: Build wheel
uses: pypa/cibuildwheel@v2.12.3
uses: pypa/cibuildwheel@v2.14.1
env:
CIBW_ARCHS: all
CIBW_BUILD: ${{ matrix.python-version }}${{ matrix.target[1] }}
CIBW_BEFORE_BUILD: pip install numpy
CIBW_BEFORE_TEST: pip install numpy matplotlib
CIBW_BEFORE_TEST: pip install --upgrade pip && pip install numpy matplotlib
CIBW_TEST_COMMAND: cd {project}/Python && python advanced_example.py dont_show && python simple_example.py dont_show
CIBW_TEST_COMMAND_WINDOWS: cd /D {project}/Python && python advanced_example.py dont_show && python simple_example.py dont_show

Expand Down

0 comments on commit aa97839

Please sign in to comment.