File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 code-coverage :
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-22 .04
99 steps :
1010 - name : Checkout
1111 uses : actions/checkout@v3
1212
13- - name : Set up Python 3.10
13+ - name : Set up Python 3.12
1414 uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.10 '
16+ python-version : ' 3.12 '
1717
1818 - name : Install dependencies
1919 run : |
2020 python -m pip install --upgrade pip
21- python -m pip install tox==3.24.5
21+ python -m pip install tox tox-gh-actions
22+ python -m pip install poetry
2223 python -m venv .venv
2324 source .venv/bin/activate
2425 pip install -e .
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ commands_pre =
7171 poetry install --no-root --sync --with test
7272
7373[testenv:cov]
74- basepython = python3.10
74+ basepython = python3.12
7575commands_pre =
7676 poetry install --no-root --sync --with test
7777commands =
You can’t perform that action at this time.
0 commit comments