Skip to content

Commit 21bcd5c

Browse files
committed
modified: pthon version
1 parent 2e74519 commit 21bcd5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/smoke-csubst.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
environment-name: csubst-smoke
2929
create-args: >-
30-
python=3.11
30+
python=3.12
3131
iqtree
3232
numpy
3333
cython
@@ -46,13 +46,13 @@ jobs:
4646
shell: bash -l {0}
4747
run: |
4848
python -m pip install --upgrade pip
49-
pip install -e .
49+
pip install --no-build-isolation .
5050
5151
- name: Install csubst (from Bioconda)
5252
if: matrix.install == 'bioconda'
5353
shell: bash -l {0}
5454
run: |
55-
micromamba install -y csubst
55+
micromamba install -y python=3.12 csubst
5656
5757
- name: Run smoke test
5858
shell: bash -l {0}

0 commit comments

Comments
 (0)