Skip to content

Commit

Permalink
Shouldn't have to install python to begin with.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jun 10, 2024
1 parent cf65688 commit 6ebc3de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ jobs:
python-arch: arm64

steps:
- name: Set up Python ${{ env.Python_REQUIRED_VERSION }}
uses: actions/setup-python@v5
id: setup-python
with:
python-version: ${{ env.Python_REQUIRED_VERSION }}
architecture: ${{ matrix.python-arch }}
# - name: Set up Python ${{ env.Python_REQUIRED_VERSION }}
# uses: actions/setup-python@v5
# id: setup-python
# with:
# python-version: ${{ env.Python_REQUIRED_VERSION }}
# architecture: ${{ matrix.python-arch }}

- name: Gather Test Package from Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6ebc3de

Please sign in to comment.