Try with updated constructor to fix using micromamba.

This commit is contained in:
Ryan Volz 2021-05-21 18:07:12 -04:00
parent 373d93e450
commit 951533acc8
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ jobs:
PLATFORM: ${{ matrix.PLATFORM }}
OS_NAME: ${{ matrix.OS_NAME }}
run: |
# update to a micromamba-compatible conda constructor
pip install git+git://github.com/wolfv/constructor@69eaa20b12ea1020438f645ec834f47ac9d3c3a7#egg=constructor --force --no-deps
if [ "$OS_NAME" == "Windows" ]; then
PATH=$CONDA_PREFIX/NSIS:$PATH
fi