File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -180,23 +180,10 @@ jobs:
180180 - " -allExtras"
181181 - " -noExtras"
182182 exclude :
183- - os : macos-latest
183+ - os : macos-latest # macos-latest is incompatible with some PY versions
184184 python-version : " 3.10"
185- - os : macos-latest
185+ - os : macos-latest # macos-latest is incompatible with some PY versions
186186 python-version : " 3.9"
187- include :
188- - os : macos-13
189- python-version : " 3.10"
190- toxenv-factors : " -allExtras"
191- - os : macos-13
192- python-version : " 3.10"
193- toxenv-factors : " -noExtras"
194- - os : macos-13
195- python-version : " 3.9"
196- toxenv-factors : " -allExtras"
197- - os : macos-13
198- python-version : " 3.9"
199- toxenv-factors : " -noExtras"
200187 steps :
201188 - name : Disabled Git auto EOL CRLF transforms
202189 run : |
You can’t perform that action at this time.
0 commit comments