File tree Expand file tree Collapse file tree 5 files changed +1915
-299
lines changed Expand file tree Collapse file tree 5 files changed +1915
-299
lines changed Original file line number Diff line number Diff line change 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
3131 - run : make coverage
3232
3333 # Run pylint+mypy after installing psutil so they don't complain on missing dependencies
34- - run : poetry install --extras psutil
34+ - run : poetry install --extras flask --extras fastapi --extras aiohttp --extras tornado --extras db --extras redis --extras psutil
3535 - run : make check
3636
3737 # Run tests with coverage again - this adds tests that require psutil
Original file line number Diff line number Diff line change 1010 run_image :
1111 runs-on : [ubuntu-latest]
1212 container :
13- image : matanrubin/ python-poetry :3.9
13+ image : python:3.10
1414
1515 steps :
1616 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1010 @echo " - coverage Check test coverage"
1111
1212bootstrap :
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 $HOME /.local/bin/poetry /usr/local/bin
1415 poetry install
1516
1617check : pylint mypy
You can’t perform that action at this time.
0 commit comments