We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77d494 commit 4bc6f30Copy full SHA for 4bc6f30
1 file changed
.github/workflows/mk-mdbook.yml
@@ -19,16 +19,13 @@ jobs:
19
- uses: DeterminateSystems/nix-installer-action@main
20
21
# Python setup
22
- - name: Install poetry
23
- run: |
24
- nix profile install .#poetry
25
- # Project runs against this version specifically, nixpkgs has only 3.11
+ - uses: astral-sh/setup-uv@v5
26
- uses: actions/setup-python@v5
27
with:
28
python-version: '3.11'
29
- name: Setup python
30
run: |
31
- poetry install --no-root
+ uv sync --no-install-project
32
33
# Build the docs
34
- name: Build Book
0 commit comments