mirror of
https://github.com/ryanvolz/radioconda.git
synced 2024-12-21 18:20:58 -05:00
Try with updated constructor to fix using micromamba.
This commit is contained in:
parent
373d93e450
commit
951533acc8
2
.github/workflows/build_radioconda.yml
vendored
2
.github/workflows/build_radioconda.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user