Skip to content

Commit

Permalink
setup-python not available for linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 23, 2024
1 parent 6c22f94 commit 7030b8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runsOn: [ubuntu-22.04, buildjet-2vcpu-ubuntu-2204-arm]
runsOn: [ubuntu-22.04, ARM64]
uses: ./.github/workflows/test.yml
with:
runsOn: ${{ matrix.runsOn}}
Expand Down
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 7030b8d

Please sign in to comment.