Skip to content

Commit

Permalink
working out how to get conda initialised
Browse files Browse the repository at this point in the history
  • Loading branch information
LAShemilt committed Oct 19, 2021
1 parent e87c9cb commit 6c2fabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
build-conda-installer:
runs-on: ubuntu-20.04
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand All @@ -23,8 +26,8 @@ jobs:
conda init bash
- name: Build Installer
run: |
conda install constructor
conda activate
conda create -n constructor -c defaults constructor
conda activate constructor
conda info
conda list
constructor .
Expand Down
2 changes: 1 addition & 1 deletion construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ channels:
- https://conda.anaconda.org/conda-forge
- file:///usr/share/miniconda3/conda-bld/
specs:
- python 3.8.*
- python 3.9.*
- Ot2Rec 0.1.0
- conda

0 comments on commit 6c2fabd

Please sign in to comment.