Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent 08fc5e3 commit 4b1a834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
fail-fast: false


steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
Expand Down Expand Up @@ -84,7 +83,7 @@ jobs:
- name: Run tests under coverage
run: |
coverage run -m pytest --doctest-modules
coverage report --no-skip-covered
coverage report --no-skip-covered
create-issue-on-failure:
name: Create an issue if daily test failed
Expand Down

0 comments on commit 4b1a834

Please sign in to comment.