From a9914d475c31a8fec52d090420e2905c54d0f712 Mon Sep 17 00:00:00 2001 From: Alex Ciobanu Date: Wed, 28 Feb 2024 13:49:54 -0500 Subject: [PATCH] another step. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a53e72..2d64bf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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