File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 46
46
singularity-version : ${{ env.singularity_version }}
47
47
48
48
- name : Set up Python
49
- if : matrix.py-ver-minor != 11
50
49
uses : actions/setup-python@v4
51
50
with :
52
51
python-version : ${{ env.py-semver }}
55
54
requirements.txt
56
55
tox.ini
57
56
58
- - name : Set up Python 3.11.0-rc.2
59
- if : matrix.py-ver-minor == 11
60
- uses : actions/setup-python@v4
61
- with :
62
- python-version : 3.11.0-rc.2
63
- cache : pip
64
- cache-dependency-path : |
65
- requirements.txt
66
- tox.ini
67
-
68
57
- name : Upgrade setuptools and install tox
69
58
run : |
70
59
pip install -U pip setuptools wheel
96
85
step : [lint-readme, pydocstyle]
97
86
98
87
env :
99
- py-semver : " 3.10 "
88
+ py-semver : 3.11
100
89
TOXENV : ${{ format('py310-{0}', matrix.step) }}
101
90
102
91
steps :
@@ -143,7 +132,7 @@ jobs:
143
132
- name : Set up Python
144
133
uses : actions/setup-python@v4
145
134
with :
146
- python-version : " 3.10 " # quoted, otherwise that turns into the number 3.1
135
+ python-version : 3.11
147
136
148
137
- name : Cache for pip
149
138
uses : actions/cache@v3
Original file line number Diff line number Diff line change 28
28
- name : Set up Python
29
29
uses : actions/setup-python@v4
30
30
with :
31
- python-version : " 3.10 " # quoted, otherwise that turns into the number 3.1
31
+ python-version : 3.11
32
32
33
33
- name : Cache for pip
34
34
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments