mirror of
https://github.com/ryanvolz/radioconda.git
synced 2026-06-19 22:28:55 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user