Skip to content

Commit 4bc6f30

Browse files
ci: use uv instead of poetry
1 parent a77d494 commit 4bc6f30

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/mk-mdbook.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ jobs:
1919
- uses: DeterminateSystems/nix-installer-action@main
2020

2121
# 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
22+
- uses: astral-sh/setup-uv@v5
2623
- uses: actions/setup-python@v5
2724
with:
2825
python-version: '3.11'
2926
- name: Setup python
3027
run: |
31-
poetry install --no-root
28+
uv sync --no-install-project
3229
3330
# Build the docs
3431
- name: Build Book

0 commit comments

Comments
 (0)