File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
auto-activate-base : false
25
25
activate-environment : tiktorch-server-env
26
26
environment-file : environment.yml
27
- channel-priority : flexible
27
+ channel-priority : strict
28
28
miniforge-variant : Miniforge3
29
29
- name : Get the latest commit hash and target ref
30
30
run : |
51
51
auto-activate-base : false
52
52
activate-environment : tiktorch-server-env
53
53
environment-file : environment.yml
54
- channel-priority : flexible
54
+ channel-priority : strict
55
55
miniforge-variant : Miniforge3
56
56
- name : conda diagnostics
57
57
run : |
89
89
with :
90
90
auto-update-conda : true
91
91
auto-activate-base : true
92
- channel-priority : flexible
92
+ channel-priority : strict
93
93
miniforge-variant : Miniforge3
94
94
- name : install common conda dependencies
95
95
run : conda install -n base -c conda-forge conda-build setuptools_scm -y
@@ -133,7 +133,7 @@ jobs:
133
133
with :
134
134
auto-update-conda : true
135
135
auto-activate-base : true
136
- channel-priority : flexible
136
+ channel-priority : strict
137
137
miniforge-variant : Miniforge3
138
138
- name : install common conda dependencies
139
139
run : conda install -n base -c conda-forge conda-build setuptools_scm -y
You can’t perform that action at this time.
0 commit comments