Skip to content

Commit

Permalink
debug macos
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed May 15, 2024
1 parent d287a7d commit 00f15d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build_wheels:
name: Wheels for ${{ matrix.python }} on ${{ matrix.os }}
name: On ${{ matrix.os }} | ${{ matrix.python }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -47,10 +47,7 @@ jobs:
CIBW_SKIP: "*-musllinux_*"
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_BEFORE_TEST: pip install -U setuptools
CIBW_TEST_COMMAND_MACOS: python -m pytest -v {project}/tests
CIBW_BEFORE_TEST_MACOS: >
python -c "import zipline" &&
python -m pytest -v ${{ github.workspace }}/tests
CIBW_TEST_COMMAND_MACOS: python -m pytest -v ${{ github.workspace }}/tests

- name: Install MSVC amd64
if: runner.os == 'Windows'
Expand Down

0 comments on commit 00f15d8

Please sign in to comment.