Skip to content

Commit 8a3b368

Browse files
authored
redo poetry lock and fix github actions error (#30)
1 parent 60f490f commit 8a3b368

File tree

3 files changed

+572
-579
lines changed

3 files changed

+572
-579
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
matrix:
1818
python-version: ["3.7", "3.8", "3.9"]

ncbitax2lin/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def maybe_backup_file(filepath: str) -> None:
4646
os.rename(filepath, backup)
4747

4848

49-
ElemType = TypeVar("ElemType")
49+
ElemType = TypeVar("ElemType") # pylint: disable=invalid-name
5050

5151

5252
def partition(vals: List[ElemType], size: int) -> List[List[ElemType]]:

0 commit comments

Comments
 (0)