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 3abc75a commit f695eb0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:

# Install dependencies

- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip'
#- uses: actions/setup-python@v4
# with:
# python-version: ${{ env.PYTHON_VERSION }}
# cache: 'pip'

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -109,12 +109,12 @@ jobs:

- name: Install leveldb
run: |
brew install leveldb openssl
brew install [email protected] leveldb openssl
- name: Install pytest and build module
run: |
pip install pytest
python -m pip install --upgrade build
pip3.10 install pytest
pip3.10 install --upgrade build
# Build counterparty packages

Expand All @@ -137,7 +137,7 @@ jobs:
run: |
export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
export CPATH="$CPATH:$(brew --prefix)/include"
pip install dist/*.whl --force-reinstall
pip3.10 install dist/*.whl --force-reinstall
# Run counterparty-lib tests

Expand Down

0 comments on commit f695eb0

Please sign in to comment.