Skip to content

Commit 3573b71

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

File tree

4 files changed

+1913
-297
lines changed

4 files changed

+1913
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ 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+
ln -s /github/home/.local/bin/poetry /usr/local/bin
1415
poetry install
1516

1617
check: pylint mypy

0 commit comments

Comments
 (0)