diff --git a/.github/workflows/impress.yml b/.github/workflows/impress.yml index 0c5b38cf..896f07ef 100644 --- a/.github/workflows/impress.yml +++ b/.github/workflows/impress.yml @@ -107,7 +107,9 @@ jobs: - name: Install Python uses: actions/setup-python@v3 with: - python-version: "3.10" + python-version: "3.12.6" + - name: Upgrade pip and setuptools + run: pip install --upgrade pip setuptools - name: Install development dependencies run: pip install --user .[dev] - name: Check code formatting with ruff @@ -199,7 +201,7 @@ jobs: - name: Install Python uses: actions/setup-python@v3 with: - python-version: "3.10" + python-version: "3.12.6" - name: Install development dependencies run: pip install --user .[dev]