Skip to content

Commit 9a44070

Browse files
Upgrade dependencies are reccomended by github's dependabot and poetry's show-outdated
1 parent 056c552 commit 9a44070

File tree

4 files changed

+1914
-297
lines changed

4 files changed

+1914
-297
lines changed

.github/workflows/python_package_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run_image:
1111
runs-on: [ubuntu-latest]
1212
container:
13-
image: matanrubin/python-poetry:3.9
13+
image: python:3.10
1414

1515
env:
1616
TEST_REDIS_SERVER: True

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ help:
1010
@echo "- coverage Check test coverage"
1111

1212
bootstrap:
13-
poetry --version || curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
13+
poetry --version || curl -sSL https://install.python-poetry.org | python3 -
14+
/github/home/.local/bin/poetry --version
15+
export PATH=/github/home/.local/bin:$(PATH)
1416
poetry install
1517

1618
check: pylint mypy

0 commit comments

Comments
 (0)