File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build-n-publish :
9
9
name : Build and publish to PyPI
10
- runs-on : ubuntu-18 .04
10
+ runs-on : ubuntu-22 .04
11
11
steps :
12
12
- uses : actions/checkout@master
13
13
- name : Set up Python
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build-n-publish :
9
9
name : Build and publish to TestPyPI
10
- runs-on : ubuntu-18 .04
10
+ runs-on : ubuntu-22 .04
11
11
steps :
12
12
- uses : actions/checkout@master
13
13
- name : Set up Python
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ __A Python library for Continual Inference Networks in PyTorch__
23
23
<img src="https://readthedocs.org/projects/continual-inference/badge/?version=latest" alt="Documentation Status" height="20"/>
24
24
</a >
25
25
<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">
27
27
</a >
28
28
<a href =" https://codecov.io/gh/LukasHedegaard/continual-inference " style =" display :inline-block ;" >
29
29
<img src="https://codecov.io/gh/LukasHedegaard/continual-inference/branch/main/graph/badge.svg?token=XW1UQZSEOG" height="20"/>
You can’t perform that action at this time.
0 commit comments