We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e02ee commit c4a242eCopy full SHA for c4a242e
.github/workflows/build.yml
@@ -19,15 +19,13 @@ jobs:
19
ruby-version: '2.7'
20
bundler-cache: true
21
22
- - name: Set up Python
23
- uses: actions/setup-python@v5
+ - name: Install uv
+ uses: astral-sh/setup-uv@v5
24
with:
25
python-version: '3.x'
26
27
- name: Install Python dependencies
28
- run: |
29
- pip install PyYAML==6.0.1
30
- pip install python-frontmatter==0.5.0
+ run: uv pip install --system PyYAML==6.0.1 python-frontmatter==0.5.0
31
32
- name: Fetch upstream docs
33
run: make fetch_upstream_files
0 commit comments