File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 53
53
54
54
- name : Set up Python ${{ matrix.python-version }}
55
55
uses : actions/setup-python@v4
56
+ with :
57
+ python-version : " 3.11"
56
58
57
59
- name : Install dependencies
58
60
run : python -m pip install tox
@@ -98,10 +100,10 @@ jobs:
98
100
99
101
strategy :
100
102
fail-fast : false
101
- tox-environment :
103
+ matrix :
104
+ tox-environment :
102
105
- docs
103
106
- style
104
- - pkglint
105
107
106
108
steps :
107
109
- uses : actions/checkout@v3
@@ -110,6 +112,8 @@ jobs:
110
112
111
113
- name : Set up Python
112
114
uses : actions/setup-python@v4
115
+ with :
116
+ python-version : " 3.11"
113
117
114
118
- name : Install dependencies
115
119
run : python -m pip install tox
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ deps = -rrequirements.txt
8
8
setenv =
9
9
TOXIC = true
10
10
SHELL = /bin/bash
11
- whitelist_externals =
11
+ allowlist_externals =
12
12
bash
13
13
zsh
14
14
ksh
@@ -31,7 +31,6 @@ setenv =
31
31
commands = ksh ./tests/run_tests {envdir} []
32
32
33
33
[testenv:docs]
34
- basepython =python2.7
35
34
deps =
36
35
-r{toxinidir}/requirements.txt
37
36
-r{toxinidir}/docs/requirements.txt
You can’t perform that action at this time.
0 commit comments