Skip to content

Commit

Permalink
Remove pipx and poetry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored and Elliott Kasoar committed Oct 16, 2024
1 parent fd1a201 commit 492f74f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:

- name: Install python dependencies
run: |
python3 -m pip install pipx
pipx install poetry
pipx ensurepath
source ~/.zshrc
poetry env use ${{ matrix.python-version }}
poetry install --with dev --extras all
Expand Down

0 comments on commit 492f74f

Please sign in to comment.