diff --git a/.github/workflows/build-and-publish-tagged.yml b/.github/workflows/build-and-publish-tagged.yml index 0d8aa85..206c4dc 100644 --- a/.github/workflows/build-and-publish-tagged.yml +++ b/.github/workflows/build-and-publish-tagged.yml @@ -52,7 +52,7 @@ jobs: - name: Run Pytest run: pytest rucio_jupyterlab/tests/ - name: Run Pylint - run: pylint-fail-under --fail_under 8.5 rucio_jupyterlab/ + run: pylint --fail-under=8.5 rucio_jupyterlab/ - name: Build the extension run: | set -eux diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7baac86..c875109 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: - name: Run Pytest run: pytest rucio_jupyterlab/tests/ - name: Run Pylint - run: pylint-fail-under --fail_under 8.5 rucio_jupyterlab/ + run: pylint --fail-under=8.5 rucio_jupyterlab/ - name: Build the extension run: | set -eux diff --git a/requirements.txt b/requirements.txt index 47e95c1..0ab1f1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ pytest pytest-mock requests-mock traitlets -pylint-fail-under +pylint pyjwt