Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 24, 2025
1 parent b78f902 commit 3dcc13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac_m1_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Update setuptools
shell: bash -el {0}
run:
python3 -m pip install --upgrade pip setuptools wheel packaging platformdirs setuptools-scm
python3 -m pip install --user pipx
python3 -m pipx install poetry
python -m pip install --upgrade pip setuptools wheel packaging platformdirs setuptools-scm
python -m pip install --user pipx
python -m pipx install poetry


- name: Install python packages with poetry
Expand Down

0 comments on commit 3dcc13a

Please sign in to comment.