mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-09-02 21:27:48 -04: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 }}
|
PLATFORM: ${{ matrix.PLATFORM }}
|
||||||
OS_NAME: ${{ matrix.OS_NAME }}
|
OS_NAME: ${{ matrix.OS_NAME }}
|
||||||
run: |
|
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
|
if [ "$OS_NAME" == "Windows" ]; then
|
||||||
PATH=$CONDA_PREFIX/NSIS:$PATH
|
PATH=$CONDA_PREFIX/NSIS:$PATH
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user