We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eabfac commit 50591b8Copy full SHA for 50591b8
.github/workflows/ci.yml
@@ -166,7 +166,7 @@ jobs:
166
echo "LIB=$PYPY_EXTERNALS_PATH/lib;$LIB" >> $GITHUB_ENV
167
# echo "CL=${{ matrix.PYTHON.CL_FLAGS }}" >> $GITHUB_ENV
168
- name: Add Brew
169
- if: ${{ matrix.os.matrix == 'darwin' && matrix.python.implementation == 'pypy'}}
+ if: ${{ matrix.os.matrix == 'macos' && matrix.python.implementation == 'pypy'}}
170
shell: bash
171
run: |
172
brew install [email protected] rust
0 commit comments