We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4deb12 commit c0f5884Copy full SHA for c0f5884
.github/workflows/build_workflow.yml
@@ -84,12 +84,12 @@ jobs:
84
conda install conda conda-build
85
conda build -m "conda_package/ci/linux_64_python${{ matrix.python-version }}.____cpython.yaml" "conda_package/recipe"
86
# 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
89
90
- name: Create Test Environment
91
run: |
92
micromamba create -y -n mpas_tools_test \
+ -c ${CONDA_PREFIX}/conda-bld \
+ -c conda-forge \
93
python=${{ matrix.python-version }} \
94
mpas_tools \
95
sphinx \
0 commit comments