mirror of
https://github.com/ryanvolz/radioconda.git
synced 2026-06-08 09:04:55 -04:00
Switch to explicit lockfile and build metapackage from an env yaml.
This commit is contained in:
@@ -64,14 +64,14 @@ jobs:
|
||||
env:
|
||||
PLATFORM: ${{ matrix.PLATFORM }}
|
||||
run: |
|
||||
python build_metapackage.py installer_specs/$DISTNAME-$PLATFORM.txt
|
||||
python build_metapackage.py
|
||||
|
||||
- name: Copy lock file and list built installers and packages
|
||||
shell: bash
|
||||
env:
|
||||
PLATFORM: ${{ matrix.PLATFORM }}
|
||||
run: |
|
||||
cp installer_specs/$DISTNAME-$PLATFORM.txt dist/
|
||||
cp installer_specs/$DISTNAME-$PLATFORM.lock dist/
|
||||
ls -lhR dist
|
||||
|
||||
- name: Test installer (sh)
|
||||
|
||||
Reference in New Issue
Block a user