fix groups

main
Histausse 2023-05-20 22:26:03 +02:00
parent dbf19dc697
commit 3ce8a6eede
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline: pipeline:
test: test:
group: poetry group: test
image: python:${PYTHON_VERSION} image: python:${PYTHON_VERSION}
pull: true pull: true
environment: environment:
@ -10,7 +10,7 @@ pipeline:
- poetry install - poetry install
- poetry run pytest - poetry run pytest
nix: nix:
group: nix group: test
image: nixos/nix:latest image: nixos/nix:latest
pull: true pull: true
commands: commands: