Skip to content

Commit

Permalink
Skip on arm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 17, 2024
1 parent 2e79d98 commit bd5c869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/create-dev-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
using: composite
steps:
- name: Set Up Python 🐍
if: ${{ inputs.architecture == 'amd64' }}
uses: actions/setup-python@v5
with:
python-version: 3.11
Expand Down

0 comments on commit bd5c869

Please sign in to comment.