Skip to content

Commit

Permalink
next.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Feb 28, 2024
1 parent b5eafb9 commit e4a2519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
with:
platforms: all

- run: echo "Maker sure pipx is installed for the newer, more streamlined, macOS runners. ${{ runner.os }} ${{ runner.release }}"
- run: mkdir ${{ runner.temp }}

- name: Maker sure pipx is installed for the newer, more streamlined, macOS runners. ${{ runner.platform }} ${{ runner.release }}
- name: Maker sure pipx is installed for the newer, more streamlined, macOS runners. runner.}} ${{ runner.release }}
if: runner.platform == 'darwin' && runner.release >= 14
run: |
brew install pipx
Expand Down

0 comments on commit e4a2519

Please sign in to comment.