diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 8ca46c1..f0d62ea 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.x" - run: pipx install hatch - run: hatch run docs:linkcheck diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 6386499..0bb9279 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -63,6 +63,7 @@ jobs: ref: ${{ inputs.ref || github.ref }} - uses: actions/setup-python@v5 with: + cache: pip python-version: ${{ matrix.python-version }} - uses: extractions/setup-just@v2 - run: pipx install hatch @@ -89,7 +90,8 @@ jobs: ref: ${{ inputs.ref || github.ref }} - uses: actions/setup-python@v5 with: - python-version: "3.12" + cache: pip + python-version: "3.x" - uses: extractions/setup-just@v2 - run: pipx install hatch - run: just ${{ matrix.target }}