diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5066abdb250..614c069cc89 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -62,7 +62,7 @@ jobs: - name: Set number of cores for compilation run: | echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV - - if: startsWith(${{ matrix.python-version }}, 'pypy') + - if: startsWith(matrix.python-version , 'pypy') run: | echo "PYTHON=pypy3" >> $GITHUB_ENV