Skip to content

Commit

Permalink
Use uv to install packages (python#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Aug 14, 2024
1 parent 9526d31 commit e8db121
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3"
cache: pip
- name: Install uv
uses: hynek/setup-cached-uv@v2
- name: Build docs
run: make html
- name: Link check
Expand Down

0 comments on commit e8db121

Please sign in to comment.