File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ jobs:
128128 run : |
129129 sudo -E apt-get update
130130 sudo -E apt-get install -y python3-setuptools python-is-python3
131- # sudo -E python3 -m pip install --upgrade pip
132131 sudo -E python3 -m pip install 'nox<2022.8.7'
133132 sudo mv /usr/bin/pip /usr/bin/pip2
134133 sudo ln -sf /usr/bin/pip3 /usr/bin/pip
@@ -172,8 +171,8 @@ jobs:
172171 python-version :
173172 - " 3.10"
174173 salt-version :
175- - " 3006.12 "
176- - " 3007.4 "
174+ - " 3006.9 "
175+ - " 3007.1 "
177176 pytest-version :
178177 - " 7.4.0"
179178 - " 8.0.0"
@@ -238,8 +237,8 @@ jobs:
238237 python-version :
239238 - " 3.10"
240239 salt-version :
241- - " 3006.12 "
242- - " 3007.4 "
240+ - " 3006.9 "
241+ - " 3007.1 "
243242 pytest-version :
244243 - " 7.4.0"
245244 - " 8.0.0"
@@ -300,8 +299,8 @@ jobs:
300299 python-version :
301300 - " 3.10"
302301 salt-version :
303- - " 3006.12 "
304- - " 3007.4 "
302+ - " 3006.9 "
303+ - " 3007.1 "
305304 pytest-version :
306305 - " 7.4.0"
307306 - " 8.0.0"
You can’t perform that action at this time.
0 commit comments