Skip to content

Commit

Permalink
Merge pull request #116 from COMBINE-lab/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rob-p authored Oct 29, 2023
2 parents f9f84d8 + a80523b commit 03e33f1
Show file tree
Hide file tree
Showing 5 changed files with 842 additions and 780 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_simpleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,17 @@ jobs:

- name: Build
run: cargo build --verbose --release

- name: Install conda env
uses: conda-incubator/setup-miniconda@v2.2.0
with:
python-version: "3.10"
# mamba-version: "*"
channels: default,conda-forge,bioconda
mamba-version: "*"
channels: conda-forge,default,bioconda
channel-priority: true
activate-environment: anaconda-client-env
environment-file: simpleaf_conda_env.yml

- name: Test simpleaf
shell: bash -l {0}
run: |
Expand Down
Loading

0 comments on commit 03e33f1

Please sign in to comment.