Skip to content

Commit 60312c4

Browse files
committed
fix pandoc install cmd
1 parent fb17e5b commit 60312c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
178178
miniforge-version: latest
179179
- name: Install pandoc
180-
run: conda -c conda-forge install pandoc
180+
run: conda install -c conda-forge pandoc
181181
- name: Set up idaes
182182
uses: ./.github/actions/setup-idaes
183183
with:

0 commit comments

Comments
 (0)