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 00f15d8 commit 2719b04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ 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 ${{ github.workspace }}/tests
CIBW_TEST_COMMAND_MACOS: >
python -c "import zipline; print(zipline.__version__)" &&
python -m pytest -v ${{ github.workspace }}/tests
CIBW_BEFORE_TEST_MACOS: >
ls -l ${{ github.workspace }} &&
ls -l ${{ github.workspace }}/tests
- name: Install MSVC amd64
if: runner.os == 'Windows'
Expand Down

0 comments on commit 2719b04

Please sign in to comment.