Skip to content

Commit

Permalink
Refactor build.yaml workflow: Update Python setup and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Oct 19, 2024
1 parent 3850944 commit 03a52d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: 'arm64'

- name: Set up Python Mac arm64
- name: Set up Python Mac x86_64
if: ${{ matrix.os == 'macos-latest' && matrix.platform == 'x86_64' }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: 'x86_64'
architecture: 'x64'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 03a52d9

Please sign in to comment.