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 21a028c commit 91c0f66Copy full SHA for 91c0f66
.github/workflows/pages.yml
@@ -14,19 +14,10 @@ jobs:
14
- uses: actions/checkout@v4
15
- name: Install uv
16
uses: astral-sh/setup-uv@v6
17
- - name: Set up Python 3.12
18
- run: uv python install 3.12
19
- - name: Install venv
20
- run: uv venv
21
- name: Install dependencies
22
- run: |
23
- source .venv/bin/activate
24
- sudo apt-get install libglu1-mesa
25
- uv pip install -e ".[dev]"
+ run: sudo apt-get install libglu1-mesa
26
- name: make docs
27
28
29
- jupyter-book build docs/ --all
+ run: uv run --extra dev jupyter-book build docs/ --all
30
- name: Upload artifact
31
uses: actions/upload-pages-artifact@v3
32
with:
0 commit comments