mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
add poetry install
This commit is contained in:
parent
7e51c4570f
commit
693002a7a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-test.yml
vendored
2
.github/workflows/docs-test.yml
vendored
|
@ -24,4 +24,4 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- name: Run tests
|
||||
run: nix develop --command -- poetry run mkdocs build --strict
|
||||
run: nix develop --command -- poetry install && poetry run mkdocs build --strict
|
||||
|
|
Loading…
Reference in a new issue