Skip to content

Commit

Permalink
changes to ci workflow2
Browse files Browse the repository at this point in the history
  • Loading branch information
LAShemilt committed Oct 18, 2021
1 parent d3ff642 commit 015453c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
conda install -c conda-forge conda-build conda-verify
conda build --quiet -c conda-forge conda-build
timeout-minutes: 30
- name: Build Installer
- name: Initalise conda
timeout-minutes: 30
run: |
conda create -n constructor -c defaults constructor
conda init bash
exec bash
- name: Build Installer
run: |
conda create -n constructor -c defaults constructor
conda activate constructor
constructor .
- name: Create release
Expand Down

0 comments on commit 015453c

Please sign in to comment.