diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 40c36d6c..56a5279a 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -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