Skip to content
Snippets Groups Projects
Commit a9906350 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

parameterize python version in nixos ci

parent aab21d0e
No related branches found
No related tags found
1 merge request!278Port to Python 3
......@@ -129,6 +129,8 @@ jobs:
linux-tests: &LINUX_TESTS
parameters:
py-version:
type: "string"
tahoe-lafs-source:
# The name of a niv source in nix/sources.json which corresponds to
# a Tahoe-LAFS version. This is the version that will be declared as a
......@@ -237,6 +239,8 @@ workflows:
- "linux-tests":
matrix:
parameters:
py-version:
- "3.9"
tahoe-lafs-source:
- "tahoe-lafs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment