File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,20 @@ jobs:
50
50
envs/env1.yaml
51
51
envs/env2.yaml
52
52
expected-failure : ["false"]
53
+ policy-file : ["policy.yaml"]
53
54
include :
54
55
- env-paths : |
55
56
envs/failing-env1.yaml
57
+ policy-file: "policy.yaml"
56
58
expected-failure: "true"
57
59
- env-paths : |
58
60
envs/env1.yaml
59
61
envs/failing-env1.yaml
62
+ policy-file: "policy.yaml"
60
63
expected-failure: "true"
64
+ - env-paths : " envs/env1.yaml"
65
+ policy-file : policy_no_extra_options.yaml
66
+ expected-failure : " false"
61
67
62
68
steps :
63
69
- name : clone the repository
67
73
id : action-run
68
74
continue-on-error : true
69
75
with :
70
- policy : policy.yaml
76
+ policy : ${{ matrix.policy-file }}
71
77
environment-paths : ${{ matrix.env-paths }}
72
78
today : 2024-12-20
73
79
- name : detect outcome
Original file line number Diff line number Diff line change
1
+ channels :
2
+ - conda-forge
3
+ platforms :
4
+ - noarch
5
+ - linux-64
6
+ policy :
7
+ # all packages in months
8
+ packages :
9
+ python : 30
10
+ numpy : 18
11
+ default : 12
12
+ overrides : {}
13
+ exclude : []
14
+ ignored_violations : []
You can’t perform that action at this time.
0 commit comments