Skip to content

Commit d823a9c

Browse files
committed
fix: avoid miniconda setup when not needed
1 parent 5121296 commit d823a9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ runs:
132132
uses: actions/checkout@v6.0.2
133133

134134
- name: Setup Miniconda
135+
if: >-
136+
${{
137+
inputs.compiler != '' ||
138+
inputs.generate-doc-ford == 'true' ||
139+
inputs.generate-doc-doxygen == 'true' ||
140+
inputs.fortitude-check == 'true'
141+
}}
135142
uses: conda-incubator/setup-miniconda@v3.3.0
136143
with:
137144
auto-update-conda: true

0 commit comments

Comments
 (0)