diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 9669960..d5e10cf 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -27,7 +27,7 @@ jobs: if: steps.changed-python.outputs.any_changed == 'true' uses: actions/setup-python@v3 with: - python-version: 3.x + python-version: "3.11" - run: pip install --upgrade pip diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 898621a..cbb69f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: - name: Create coverage xml if: steps.changed-python.outputs.any_changed == 'true' - run: poetry run coverage xml coverage.xml + run: poetry run coverage xml - name: Get Cover if: steps.changed-python.outputs.any_changed == 'true'