We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d090937 commit 883810eCopy full SHA for 883810e
.github/workflows/qa.yaml
@@ -15,4 +15,9 @@ jobs:
15
test:
16
uses: canonical/starflow/.github/workflows/test-python.yaml@main
17
with:
18
+ fast-test-platforms: '[["jammy", "amd64"], ["noble", "amd64"]]'
19
+ slow-test-platforms: '[["jammy", "amd64"], ["noble", "amd64"]]'
20
+ lowest-python-platform: '["jammy", "amd64"]'
21
fast-test-python-versions: '["3.10", "3.12"]'
22
+ slow-test-python-versions: '["3.10", "3.12"]'
23
+ lowest-python-version: "3.10"
0 commit comments