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 722dd91 commit 45d43e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
matrix:
# os: [ ubuntu-latest , windows-latest, macos-latest ]
os: [ macos-latest ]
python: [ "cp39", "cp310", "cp311", "cp312" ]
# python: [ "cp39", "cp310", "cp311", "cp312" ]
python: [ "cp310" ]
arch: [ auto64 ]

steps:
Expand Down Expand Up @@ -50,11 +51,10 @@ jobs:
CIBW_BEFORE_TEST: pip install -U setuptools
CIBW_TEST_COMMAND_MACOS: python -m pytest -v {project}/tests
CIBW_BEFORE_TEST_MACOS: >
brew install ta-lib &&
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" &&
# 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 45d43e9

Please sign in to comment.