Skip to content

Commit

Permalink
pip install uv
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 15, 2024
1 parent 4bd1b40 commit ba43bf2
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 @@ -47,7 +47,7 @@ jobs:
with:
python-version: '3.x'
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
run: pip install uv
- name: Install Python dependencies
run: uv pip install -r requirements.txt
- name: Build website
Expand Down

0 comments on commit ba43bf2

Please sign in to comment.