Skip to content

Commit

Permalink
Try to fix M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 5, 2024
1 parent 40e6eef commit f1ebbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ jobs:

- name: Build counterparty-lib
run: |
export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
export CPATH="$CPATH:$(brew --prefix)/include"
cd counterparty-lib && python -m build --out ../dist
- name: Build counterparty-cli
Expand All @@ -137,6 +135,8 @@ jobs:

- name: Install wheels
run: |
export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
export CPATH="$CPATH:$(brew --prefix)/include"
pip install dist/*.whl --force-reinstall
# Run counterparty-lib tests
Expand Down

0 comments on commit f1ebbff

Please sign in to comment.