File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v3
10
- - uses : actions/setup-python@v3
10
+ - uses : actions/setup-python@v4
11
11
with :
12
- python-version : " 3.11 "
12
+ python-version : " 3.10 "
13
13
- name : pre-commit
14
14
run : |
15
15
python -m pip install pre-commit
16
16
pre-commit run --show-diff-on-failure --all-files
17
- pytest :
17
+ tests :
18
18
name : pytest
19
19
runs-on : ubuntu-latest
20
20
strategy :
27
27
- uses : actions/setup-python@v4
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
- - name : Ensure poetry
31
- uses : abatilo/actions-poetry@v2
30
+ - uses : abatilo/actions-poetry@v2
32
31
33
32
- name : Run matrix of tests
34
- run : nox --no-venv --non-interactive --python ${{ matrix. python-version }}
33
+ run : nox --no-venv --non-interactive --python python
You can’t perform that action at this time.
0 commit comments