Skip to content

Commit

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

-run: echo "XXXX ${{runner.platform}} ${{runner.release}} YYYY"

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

0 comments on commit a9914d4

Please sign in to comment.