File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - uses : actions/checkout@v4
18- - name : Set up Python 3.6
18+ - name : Set up Python 3.10
1919 uses : actions/setup-python@v3
2020 with :
21- python-version : ' 3.6.15 '
21+ python-version : ' 3.10.13 '
2222 - name : Create conda/mamba environment using micromamba
2323 uses : mamba-org/setup-micromamba@v1
2424 with :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
44 - bioconda
55 - defaults
66dependencies :
7- - python=3.6
7+ - python=3.10
88 - blast=2.12.0
99 - bwa=0.7.17
1010 - picard=2.20.3
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ pymysql==0.10.1
77pyyaml == 5.4.1
88sqlalchemy == 1.3.19
99genologics == 0.4.6
10- rauth == 0.7.3
11-
10+ rauth == 0.7.3
You can’t perform that action at this time.
0 commit comments