Skip to content

Commit

Permalink
stripping back conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
LAShemilt committed Oct 19, 2021
1 parent 015453c commit e87c9cb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
activate-environment: o2rbuild
auto-activate-base: true
activate-environment: ""
- name: build conda package
run: |
conda install -c conda-forge conda-build conda-verify
conda build --quiet -c conda-forge conda-build
timeout-minutes: 30
- name: Initalise conda
timeout-minutes: 30
run: |
- name: initialise conda shell
run:
conda init bash
exec bash
- name: Build Installer
run: |
conda create -n constructor -c defaults constructor
conda activate constructor
conda install constructor
conda activate
conda info
conda list
constructor .
- name: Create release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e87c9cb

Please sign in to comment.