Skip to content

Commit

Permalink
install arm64 python
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevb committed Aug 29, 2023
1 parent 374e54c commit 90b4c74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
strategy:
fail-fast: false
steps:
- name: Install rustup
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v0
with:
Expand All @@ -29,7 +27,7 @@ jobs:
cache-all-crates: 'true'

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
uses: deadsnakes/[email protected]
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down

0 comments on commit 90b4c74

Please sign in to comment.