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: pipeline:
test: test:
group: poetry group: test
image: python:${PYTHON_VERSION} image: python:${PYTHON_VERSION}
pull: true pull: true
environment: environment:
@ -10,12 +10,12 @@ 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:
- nix build - nix build --experimental-features 'nix-command flakes'
- nix build .#docker - nix build --experimental-features 'nix-command flakes' .#docker
matrix: matrix:
PYTHON_VERSION: PYTHON_VERSION: