Skip to content

Commit

Permalink
Upgrade dependencies are reccomended by github's dependabot and poetr…
Browse files Browse the repository at this point in the history
…y's show-outdated
  • Loading branch information
michaelyaakoby committed Jul 19, 2024
1 parent 056c552 commit 3573b71
Show file tree
Hide file tree
Showing 4 changed files with 1,913 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_package_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run_image:
runs-on: [ubuntu-latest]
container:
image: matanrubin/python-poetry:3.9
image: python:3.10

env:
TEST_REDIS_SERVER: True
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ help:
@echo "- coverage Check test coverage"

bootstrap:
poetry --version || curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
poetry --version || curl -sSL https://install.python-poetry.org | python3 -
ln -s /github/home/.local/bin/poetry /usr/local/bin
poetry install

check: pylint mypy
Expand Down
Loading

0 comments on commit 3573b71

Please sign in to comment.