From 429f0df816650f7785ef382d3d767e325311196a Mon Sep 17 00:00:00 2001 From: Azat Ibrakov Date: Thu, 14 Nov 2024 02:02:33 +0100 Subject: [PATCH] Fix "Github Actions" configurations --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |