Skip to content

Commit 9d266d9

Browse files
committed
quotes and expected failure settings
1 parent a5ac008 commit 9d266d9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)