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 4cd64e2 commit 897f8caCopy full SHA for 897f8ca
.github/workflows/run_tests.yml
@@ -123,7 +123,7 @@ jobs:
123
PYTHON_SYS_PREFIX="$(python -c 'import sys;print(sys.prefix)')"
124
echo "PKG_CONFIG_PATH=${PYTHON_SYS_PREFIX}/lib/pkgconfig" >> $GITHUB_ENV
125
126
- if [[ "${{ matrix.python-ruby-version.python }}" = pypy* ]] ; then
+ if [[ "${{ matrix.python-ruby-version.python }}" == pypy* ]] ; then
127
# PyPy does not provide a config file for pkg-config
128
# libpypy-c.so is provided in bin/libpypy-c.so for PyPy and bin/libpypy3-c.so for PyPy3
129
echo "PYINC=-I${PYTHON_SYS_PREFIX}/include" >> $GITHUB_ENV
0 commit comments