File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -63,21 +63,24 @@ jobs:
6363 policy-file: "policy.yaml"
6464 expected-failure: "true"
6565 - envs : " envs/env1.yaml"
66- policy-file : policy_no_extra_options.yaml
66+ policy-file : " policy_no_extra_options.yaml"
6767 expected-failure : " false"
68- - envs : pixi:env1
69- manifest-path : envs/pixi.toml
68+ - envs : " pixi:env1"
69+ manifest-path : " envs/pixi.toml"
7070 policy-file : " policy.yaml"
71+ expected-failure : " false"
7172 - envs : |
7273 pixi:env1
7374 pixi:env2
74- manifest-path: envs/pixi.toml
75+ manifest-path: " envs/pixi.toml"
7576 policy-file: "policy.yaml"
77+ expected-failure: "false"
7678 - envs : |
7779 pixi:env1
7880 conda:envs/env2.yaml
79- manifest-path: envs/pixi.toml
81+ manifest-path: " envs/pixi.toml"
8082 policy-file: "policy.yaml"
83+ expected-failure: "false"
8184
8285 steps :
8386 - name : clone the repository
You can’t perform that action at this time.
0 commit comments