Skip to content

Commit

Permalink
workflows: Updates setup-python's arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Oct 4, 2024
1 parent 2ce494b commit f76650b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit f76650b

Please sign in to comment.