Skip to content

Commit

Permalink
Merge pull request #293 from eltoder/feature/fix-ci-coverage
Browse files Browse the repository at this point in the history
Fix zero coverage in CI
  • Loading branch information
sodul committed Apr 12, 2024
2 parents d706f98 + bc0adac commit 4bd3eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
pip install --upgrade '.[dev]'
pip install --upgrade -e '.[dev]'
- name: Format
run: black --check --diff green example
Expand Down

0 comments on commit 4bd3eb7

Please sign in to comment.