We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb17e5b commit 60312c4Copy full SHA for 60312c4
.github/workflows/core.yml
@@ -177,7 +177,7 @@ jobs:
177
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
178
miniforge-version: latest
179
- name: Install pandoc
180
- run: conda -c conda-forge install pandoc
+ run: conda install -c conda-forge pandoc
181
- name: Set up idaes
182
uses: ./.github/actions/setup-idaes
183
with:
0 commit comments