Skip to content

Commit

Permalink
default to x64 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush9pandey committed Jul 11, 2024
1 parent 59f530e commit fd1d06d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_bioscrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
# architecture is x64 for macos with python-version 3.7 and default for all others.
architecture: ${{ matrix.os == 'macos-latest' && matrix.python-version == '3.7' && 'x64' || '' }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit fd1d06d

Please sign in to comment.