Skip to content

Commit c0f5884

Browse files
committed
Fix the build workflow
1 parent b4deb12 commit c0f5884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
conda install conda conda-build
8585
conda build -m "conda_package/ci/linux_64_python${{ matrix.python-version }}.____cpython.yaml" "conda_package/recipe"
8686
# Add local build channel first for subsequent micromamba usage
87-
micromamba config append channels "$CONDA_PREFIX/conda-bld"
88-
micromamba config append channels conda-forge
8987
9088
- name: Create Test Environment
9189
run: |
9290
micromamba create -y -n mpas_tools_test \
91+
-c ${CONDA_PREFIX}/conda-bld \
92+
-c conda-forge \
9393
python=${{ matrix.python-version }} \
9494
mpas_tools \
9595
sphinx \

0 commit comments

Comments
 (0)