add poetry install
This commit is contained in:
parent
7e51c4570f
commit
693002a7a9
|
@ -24,4 +24,4 @@ jobs:
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Run tests
|
- 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 New Issue