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 68aa1ca commit ac4f72bCopy full SHA for ac4f72b
1 file changed
.github/workflows/build.yml
@@ -19,11 +19,14 @@ jobs:
19
ruby-version: '2.7'
20
bundler-cache: true
21
22
- - name: Install uv
23
- uses: astral-sh/setup-uv@v5
+ - name: Set up Python
+ uses: actions/setup-python@v5
24
with:
25
python-version: '3.12'
26
27
+ - name: Install uv
28
+ uses: astral-sh/setup-uv@v5
29
+
30
- name: Install Python dependencies
31
run: uv pip install --system PyYAML==6.0.1 python-frontmatter==0.5.0
32
0 commit comments