Skip to content

Commit

Permalink
try pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Jan 31, 2024
1 parent 9e79c4b commit add75ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: ${{ matrix.os == 'macos-14' }}
run: python3 -m ensurepip
- run: pip install .
- run: pip3 install .
- run: mackup --help

0 comments on commit add75ab

Please sign in to comment.