Skip to content

Commit

Permalink
workflows/linkcheck.yml: Switches to installation with pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Sep 24, 2024
1 parent 96fba16 commit d6ed371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install hatch
- run: pipx install hatch
- run: hatch run docs:linkcheck

0 comments on commit d6ed371

Please sign in to comment.