diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c09bb0bd27..69f9ee637e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,9 @@ jobs: run: brew install coreutils - name: Install parallel if: startsWith(runner.os, 'macOS') - run: brew install parallel + run: | + brew install parallel + which parallel # Verify installation - name: Test code run: test/run