diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e8e254..41c80f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: test: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-22.04,windows-latest,macos-latest] python-version: [3.9] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35bcb87..bc48cfb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: nbstripout files: ".ipynb" - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/pycqa/flake8