Compare commits

...

2 Commits

Author SHA1 Message Date
Histausse 5f6672cf79 ennable flake?
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-05-20 22:35:05 +02:00
Histausse 3ce8a6eede fix groups 2023-05-20 22:26:03 +02:00
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pipeline:
test:
group: poetry
group: test
image: python:${PYTHON_VERSION}
pull: true
environment:
@ -10,12 +10,12 @@ pipeline:
- poetry install
- poetry run pytest
nix:
group: nix
group: test
image: nixos/nix:latest
pull: true
commands:
- nix build
- nix build .#docker
- nix build --experimental-features 'nix-command flakes'
- nix build --experimental-features 'nix-command flakes' .#docker
matrix:
PYTHON_VERSION: