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 094b5ee commit d181bc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
CIBW_BUILD: "${{ matrix.python }}-*"
CIBW_SKIP: "*-musllinux_*"
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_BEFORE_TEST: pip install -U setuptools
CIBW_TEST_COMMAND_MACOS: >
python -c "import zipline; print(zipline.__version__)"
# python -m pytest -v ${{ github.workspace }}/tests


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

0 comments on commit d181bc6

Please sign in to comment.