Skip to content

Commit 28ededc

Browse files
authored
Merge pull request #68 from cokelaer/main
Fix ci and html
2 parents 6d5a907 + 62a6133 commit 28ededc

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
branches:
66
- main
77
- dev
8-
workflow_dispatch:
8+
workflow_dispatch:
99
pull_request:
1010
branches-ignore: []
1111
schedule:
12-
- cron: '0 0 1 * *'
12+
- cron: '0 0 2 * *'
1313

1414
jobs:
1515
build-linux:
@@ -31,10 +31,10 @@ jobs:
3131
uses: actions/checkout@v2
3232

3333
- name: conda/mamba
34-
uses: mamba-org/provision-with-micromamba@main
34+
uses: mamba-org/setup-micromamba@v1
3535
with:
3636
environment-file: environment.yml
37-
extra-specs: |
37+
create-args: >-
3838
python=${{ matrix.python }}
3939
4040

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@main
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.11
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.8
17+
python-version: 3.11
1818

1919
- name: Install package
2020
run: |

sequana_pipelines/lora/src/templates/lora.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h2 class="font-medium mb-2 text-xl">Blast results for {{contig}}</h2>
158158
</div>
159159
<footer class="flex justify-center flex-initial px-2 pb-10 pt-4 bg-gray-50">
160160
<p>
161-
<strong>LORA</strong> by <a class="text-indigo-500 active:text-indigo-600"href="https://sequana.readthedocs.io/en/master/">Sequana Team</a>. The source code is licensed
161+
<strong>LORA</strong> by <a class="text-indigo-500 active:text-indigo-600"href="https://sequana.readthedocs.io/en/main/">Sequana Team</a>. The source code is licensed
162162
<a class="text-indigo-500 active:text-indigo-600" href="https://opensource.org/licenses/BSD-3-Clause">BSD3</a>.
163163
</p>
164164
</footer>

sequana_pipelines/lora/src/templates/summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1 class="text-3xl font-semibold">Dependencies</h2>
8686
</div>
8787
<footer class="flex justify-center flex-initial px-2 pb-10 pt-4 bg-gray-50">
8888
<p>
89-
<strong>LORA</strong> by <a class="text-indigo-500 active:text-indigo-600" href="https://sequana.readthedocs.io/en/master/">Sequana Team</a>. The source code is licensed
89+
<strong>LORA</strong> by <a class="text-indigo-500 active:text-indigo-600" href="https://sequana.readthedocs.io/en/main/">Sequana Team</a>. The source code is licensed
9090
<a class="text-indigo-500 active:text-indigo-600" href="https://opensource.org/licenses/BSD-3-Clause">BSD3</a>.
9191
</p>
9292
</footer>

0 commit comments

Comments
 (0)