add poetry install

This commit is contained in:
ohdearaugustin 2024-06-01 00:19:54 +02:00
parent 7e51c4570f
commit 693002a7a9
1 changed files with 1 additions and 1 deletions

View File

@ -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