Skip to content

Commit

Permalink
Remove explicit pipx installation since we are not currently running …
Browse files Browse the repository at this point in the history
…the beta Apple Silicon runner
  • Loading branch information
golmschenk committed Feb 6, 2024
1 parent 38006ad commit d673126
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: ensure_pipx_on_macos
if: runner.os == 'macOS'
run: |
brew install pipx
pipx ensurepath
- name: install_hatch
run: pipx install hatch

Expand Down

0 comments on commit d673126

Please sign in to comment.