File tree Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Expand file tree Collapse file tree 1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 4949
5050 strategy :
5151 matrix :
52- os : [ubuntu-latest, macOS-latest]
53- python-version : ['3.8', '3.9', '3.10']
54- include :
55- - os : windows-latest
56- python : 38
57- python-version : ' 3.8'
58- bitness : 64
59- platform_id : win_amd64
60- - os : windows-latest
61- python : 39
62- python-version : ' 3.9'
63- bitness : 64
64- platform_id : win_amd64
65- - os : windows-latest
66- python : 310
67- python-version : ' 3.10'
68- bitness : 64
69- platform_id : win_amd64
52+ os : [ ubuntu-latest, macOS-latest, windows-latest ]
53+ python-version : [ '3.8', '3.9', '3.10' ]
7054
7155 steps :
7256 - uses : actions/checkout@v3
@@ -89,10 +73,10 @@ jobs:
8973
9074 - if : matrix.os == 'windows-latest'
9175 name : Windows install
92- run : python -m pip install "${env:WHEELNAME}[dev]"
76+ run : python -m pip install "${env:WHEELNAME}[optional_dependencies, dev]"
9377 - if : matrix.os != 'windows-latest'
9478 name : Unix install
95- run : python -m pip install "${{ env.WHEELNAME }}[dev]"
79+ run : python -m pip install "${{ env.WHEELNAME }}[optional_dependencies, dev]"
9680
9781 - name : Tests
9882 run : python -m pytest
You can’t perform that action at this time.
0 commit comments