We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67eb84d commit 3e53754Copy full SHA for 3e53754
.github/workflows/ci_e2e_workflow.yml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: false
28
matrix:
29
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
30
- test-type: ["fwpc", "e2e", "deferred-bindings"]
+ test-type: [fwpc, e2e, deferred-bindings]
31
permissions: read-all
32
steps:
33
- name: Checkout code.
0 commit comments