Separate env packages and installer-only (base) packages.

This makes the rendered lock files more useful for users (they won't
install conda/mamba in a non-base environment) and will allow for the
creation of a metapackage for each release.
This commit is contained in:
Ryan Volz
2021-05-20 17:06:10 -04:00
parent 25a3056881
commit 5553635a29
3 changed files with 164 additions and 94 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
env:
PLATFORM: ${{ matrix.PLATFORM }}
run: |
cp installer_specs/$DISTNAME-$PLATFORM/$DISTNAME-$PLATFORM.txt dist/
cp installer_specs/$DISTNAME-$PLATFORM.txt dist/
ls -lh dist
- name: Test installer (sh)