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 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v3
10- - uses : actions/setup-python@v3
10+ - uses : actions/setup-python@v4
1111 with :
12- python-version : " 3.11 "
12+ python-version : " 3.10 "
1313 - name : pre-commit
1414 run : |
1515 python -m pip install pre-commit
1616 pre-commit run --show-diff-on-failure --all-files
17- pytest :
17+ tests :
1818 name : pytest
1919 runs-on : ubuntu-latest
2020 strategy :
2727 - uses : actions/setup-python@v4
2828 with :
2929 python-version : ${{ matrix.python-version }}
30- - name : Ensure poetry
31- uses : abatilo/actions-poetry@v2
30+ - uses : abatilo/actions-poetry@v2
3231 - uses : wntrblm/nox@2023.04.22
3332 - 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