From 15517af60792587afaec57faa6eecc568486ba52 Mon Sep 17 00:00:00 2001 From: Histausse Date: Sat, 20 May 2023 22:59:44 +0200 Subject: [PATCH] specify matrix for nix build --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 782d098..d5ee0fb 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,6 +16,9 @@ pipeline: commands: - nix build --experimental-features 'nix-command flakes' - nix build --experimental-features 'nix-command flakes' .#docker + when: + matrix: + PYTHON_VERSION: 3.10 # Still not sure about how to make flake for different python version matrix: PYTHON_VERSION: