Skip to content

Commit

Permalink
ci: edit macos target
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed May 27, 2024
1 parent 222400a commit 0a61bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASSWORD_FXP }}
run: |
#python3 -m pip install maturin
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
pip install --upgrade pip
pip install maturin
maturin -V
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: "Build and test wheel for Python ${{ matrix.python-version }} on MacOS"
run: |
# Install, create and activate a python virtualenv
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
pip install virtualenv
virtualenv mocpy-env
source mocpy-env/bin/activate
Expand Down

0 comments on commit 0a61bfe

Please sign in to comment.