Skip to content

Commit

Permalink
Merge branch 'main' into sys
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe authored Jun 8, 2022
2 parents 2c33edd + b2bab38 commit 11ce3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
- name: Run pre-commit
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0

build:
strategy:
Expand All @@ -41,5 +41,5 @@ jobs:
run: |
pip install tox
tox -- --cov pytest_codeblocks --cov-report xml --cov-report term
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}

0 comments on commit 11ce3e8

Please sign in to comment.