add poetry install && cairo

This commit is contained in:
ohdearaugustin 2024-06-01 00:15:30 +02:00
parent cd793b2220
commit 7e51c4570f
3 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ 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
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:

View File

@ -95,6 +95,7 @@
python311 python311
poetry poetry
mkdocs mkdocs
cairo
]; ];
# Add entry to build a docker image with headscale # Add entry to build a docker image with headscale

2
poetry.lock generated
View File

@ -1015,4 +1015,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "41e982f54f4dd5c6d686cd2482fbf882bf7b30e566670e96de00e77f5c611d31" content-hash = "11fb159dd50e4d55255a52ae506f4dd23a52e00d30ade481b6bd9a13687bcd25"