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 45d43e9 commit c0975ba
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ ubuntu-latest , windows-latest, macos-latest ]
os: [ macos-latest ]
# python: [ "cp39", "cp310", "cp311", "cp312" ]
# os: [ ubuntu-latest , windows-latest, macos-latest ]
os: [ macos-latest ]
# python: [ "cp39", "cp310", "cp311", "cp312" ]
python: [ "cp310" ]
arch: [ auto64 ]

Expand Down Expand Up @@ -51,10 +51,6 @@ jobs:
CIBW_BEFORE_TEST: pip install -U setuptools
CIBW_TEST_COMMAND_MACOS: python -m pytest -v {project}/tests
CIBW_BEFORE_TEST_MACOS: >
# export TA_INCLUDE_PATH="$(brew --prefix ta-lib)/include" &&
# export TA_LIBRARY_PATH="$(brew --prefix ta-lib)/lib" &&
# pip install -U ta-lib &&
# python -c "import talib" &&
python -c "import zipline" &&
python -m pytest -v ${{ github.workspace }}/tests
Expand Down

0 comments on commit c0975ba

Please sign in to comment.