Skip to content

Commit

Permalink
use mambaforge in github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Oct 21, 2023
1 parent 304a228 commit da47ff6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
python-version: "3.10"
activate-environment: sparc-test
conda-build-version: ">=3.20"
mamba-version: "*"
#mamba-version: "*"
miniforge-variant: "Mambaforge" # Fix according to https://github.com/nextstrain/cli/commit/4a764976519ca5c540c745463548a9d883eae079
channels: conda-forge,defaults
channel-priority: true
- name: Install boa dependencies
Expand Down Expand Up @@ -54,4 +55,4 @@ jobs:
# Force fail, see what happens
unset LD_LIBRARY_PATH
python -c "import os, re; match = re.findall(r'Tests failed: (\d+)', open('output').read()); [print('All pass'), os._exit(0)] if int(match[0]) == 0 else [print('Failed'), os._exit(1)]"
rm -rf output
rm -rf output

0 comments on commit da47ff6

Please sign in to comment.