Skip to content

Commit

Permalink
Fix "Github Actions" configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Nov 14, 2024
1 parent dada527 commit 429f0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 429f0df

Please sign in to comment.