diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00e9f9d..b0c09e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,12 @@ jobs: init-shell: bash post-cleanup: "all" - - name: Create environment and install tools - run: micromamba create -n grdwind_env pytest conda-build boa python=3.10 -y -c tcevaer -c conda-forge - - name: Configure Conda channel priority to flexible run: | - micromamba config --set channel_priority flexible + conda config --set channel_priority flexible + + - name: Create environment and install tools + run: micromamba create -n grdwind_env pytest conda-build boa python=3.10 -y -c tcevaer -c conda-forge - name: Build package run: |