File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,18 @@ jobs:
3434 pip
3535 condarc : |
3636 channels:
37- - bioconda
3837 - conda-forge
38+ - bioconda
3939 channel_priority: strict
4040 cache-environment : true
4141 cache-downloads : true
4242
4343 - name : Install runtime deps
4444 shell : bash -l {0}
4545 run : |
46- micromamba install -y numpy=1.26.* cython=0.29.* iqtree biopython
46+ micromamba install -y \
47+ numpy=1.26.* cython=0.29.* iqtree \
48+ conda-forge::biopython conda-forge::requests
4749
4850 - name : Install csubst (from source)
4951 if : matrix.install == 'source'
7274 if-no-files-found : ignore
7375 retention-days : 7
7476
75- # --- command tests ---
7677 - name : Run command tests
7778 shell : bash -l {0}
79+ env :
80+ MPLBACKEND : Agg
7881 run : bash ci/csubst_commands.sh
82+
You can’t perform that action at this time.
0 commit comments