Skip to content

Commit 445a956

Browse files
Merge branch 'main' into develop
2 parents 14a5ba1 + b75acad commit 445a956

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-n-publish:
99
name: Build and publish to PyPI
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Python

.github/workflows/publishtest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-n-publish:
99
name: Build and publish to TestPyPI
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Python

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ __A Python library for Continual Inference Networks in PyTorch__
2323
<img src="https://readthedocs.org/projects/continual-inference/badge/?version=latest" alt="Documentation Status" height="20"/>
2424
</a>
2525
<a href="https://pepy.tech/project/continual-inference" style="display:inline-block;">
26-
<img src="https://pepy.tech/badge/continual-inference" height="20">
26+
<img src="https://static.pepy.tech/badge/continual-inference" height="20">
2727
</a>
2828
<a href="https://codecov.io/gh/LukasHedegaard/continual-inference" style="display:inline-block;">
2929
<img src="https://codecov.io/gh/LukasHedegaard/continual-inference/branch/main/graph/badge.svg?token=XW1UQZSEOG" height="20"/>

0 commit comments

Comments
 (0)