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 7b6661d commit 4bc7eaeCopy full SHA for 4bc7eae
.github/workflows/ci.yml
@@ -145,7 +145,15 @@ jobs:
145
cache-dependency-path: docs/package-lock.json
146
- name: "Install dependencies"
147
run: npm install
148
- - name: Install Python dependencies
+ - name: Set up Python
149
+ uses: actions/setup-python@v6
150
+ with:
151
+ python-version: "3.12"
152
+ - name: Install UV
153
+ uses: astral-sh/setup-uv@v4
154
155
+ version: "${{ needs.prepare-environment.outputs.UV_VERSION }}"
156
+ - name: Install dependencies
157
run: uv sync --all-groups --all-extras
158
- name: "Build docs website"
159
run: "uv run invoke docs"
0 commit comments