diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edcb4b7..f731e72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: if: ${{ !startsWith(matrix.python_version, 'pypy') && matrix.python_version != '3.12' }} - name: 'Install in editable mode' run: > - ${{ !startsWith(matrix.python_version, 'pypy') && 'CPPFLAGS=\'--coverage -O0\' ' || '' }} + ${{ !startsWith(matrix.python_version, 'pypy') && 'CPPFLAGS=''--coverage -O0'' ' || '' }} python -m pip -v install -e '.[tests]' - name: 'Run doctests' run: |