Skip to content

Commit c4a242e

Browse files
committed
use uv
1 parent b3e02ee commit c4a242e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ jobs:
1919
ruby-version: '2.7'
2020
bundler-cache: true
2121

22-
- name: Set up Python
23-
uses: actions/setup-python@v5
22+
- name: Install uv
23+
uses: astral-sh/setup-uv@v5
2424
with:
2525
python-version: '3.x'
2626

2727
- name: Install Python dependencies
28-
run: |
29-
pip install PyYAML==6.0.1
30-
pip install python-frontmatter==0.5.0
28+
run: uv pip install --system PyYAML==6.0.1 python-frontmatter==0.5.0
3129

3230
- name: Fetch upstream docs
3331
run: make fetch_upstream_files

0 commit comments

Comments
 (0)