Skip to content

Commit

Permalink
Nope, setup-python simply doesn't work with linux/arm64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 9, 2024
1 parent d896289 commit 251e6ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ jobs:
python-version: '3.11'
cache: pip

- name: Set Up Python on buildjet 🐍
if: ${{ startsWith(inputs.runsOn, 'buildjet') }}
uses: buildjet/setup-python@v5
with:
python-version: '3.11'
cache: pip

- name: Install dependencies 📦
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 251e6ba

Please sign in to comment.