diff --git a/.github/workflows/codestyle-check.yml b/.github/workflows/codestyle-check.yml index aca7698a..553603ad 100644 --- a/.github/workflows/codestyle-check.yml +++ b/.github/workflows/codestyle-check.yml @@ -9,7 +9,6 @@ on: # Allows to run this workflow manually from the Actions tab workflow_dispatch: jobs: - # Perform tests with coverage, build the doc and run the tests in the doc (only for python 3.8 on ubuntu) test-cov-and-doc: runs-on: ubuntu-latest steps: @@ -18,7 +17,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: "Set up Python on Ubuntu" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.12 - name: "Set up npm"