File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Python 3.10
16
16
uses : actions/setup-python@v2
17
17
with :
18
- python-version : 3.10
18
+ python-version : ' 3.10'
19
19
- name : Install dependencies
20
20
run : python -m pip install tox
21
21
- name : Run tox
25
25
runs-on : ubuntu-latest
26
26
strategy :
27
27
matrix :
28
- python : [3.7, 3.8, 3.9, 3.10]
28
+ python : [' 3.7', ' 3.8', ' 3.9', ' 3.10' ]
29
29
steps :
30
30
- name : Checkout source code
31
31
uses : actions/checkout@v2
49
49
- name : Set up Python 3.10
50
50
uses : actions/setup-python@v2
51
51
with :
52
- python-version : 3.10
52
+ python-version : ' 3.10'
53
53
- name : Install dependencies
54
54
run : python -m pip install tox
55
55
- name : Build docs (via tox)
73
73
- name : Set up Python 3.10
74
74
uses : actions/setup-python@v2
75
75
with :
76
- python-version : 3.10
76
+ python-version : ' 3.10'
77
77
- name : Install dependencies
78
78
run : python -m pip install build
79
79
- name : Build a binary wheel and a source tarball
You can’t perform that action at this time.
0 commit comments