diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd10118b..dda802b4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,8 +28,6 @@ jobs: python-version: "3.10" - run: | pip install pre-commit - pre-commit clean - pre-commit autoupdate pre-commit run --all-files pylint: @@ -48,8 +46,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - # TODO #411 https://github.com/pylint-dev/pylint/issues/9099 - pip install "pylint<3.0.0" nbqa + pip install pylint nbqa pip install -r tests/devops_tests/requirements.txt pip install -e .[tests] -e ./examples[tests] -e. ./MPI[tests] - run: |