Skip to content

Commit

Permalink
Fix M1 install
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 24, 2025
1 parent dcf8a29 commit b78f902
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/mac_m1_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,20 @@ jobs:
auto-update-conda: true
python-version: ${{ matrix.python-version }}

- name: Install poetry
shell: bash -el {0}
run: conda install poetry

- name: Update setuptools
shell: bash -el {0}
run:
python -m pip install --upgrade pip setuptools wheel packaging platformdirs poetry coveralls setuptools-scm
python3 -m pip install --upgrade pip setuptools wheel packaging platformdirs setuptools-scm
python3 -m pip install --user pipx
python3 -m pipx install poetry


- name: Install python packages with poetry
shell: bash -el {0}
env:
SETUPTOOLS_SCM_SUBPROCESS_TIMEOUT: 120
run: |
poetry install
poetry install --with dev
- name: install packages with conda
shell: bash -el {0}
Expand Down

0 comments on commit b78f902

Please sign in to comment.