Skip to content

Commit

Permalink
Update macwheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtenbrink authored Sep 19, 2021
1 parent d84a266 commit f91200e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified


- name: Rustup install aarch64 target
run: rustup target add aarch64-apple-darwin

# Runs a single command using the runners shell
- name: Poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
Expand Down

0 comments on commit f91200e

Please sign in to comment.