File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 python-version : ["3.10", "3.x"]
13+ os-version : ["openstudio==3.6.1", "openstudio==3.10.0"]
1314
1415 steps :
1516 - name : Check out repository
1920 with :
2021 python-version : ${{ matrix.python-version }}
2122 - name : Install dependencies
22- run : python -m pip install --upgrade pip setuptools wheel openstudio oslg
23+ run : python -m pip install --upgrade pip setuptools wheel ${{ matrix.os-version }} oslg
2324 - name : Run unit tests
2425 run : python -m unittest
2526
2829 strategy :
2930 matrix :
3031 python-version : ["3.10", "3.x"]
32+ os-version : ["openstudio==3.6.1", "openstudio==3.10.0"]
3133
3234 steps :
3335 - name : Check out repository
3739 with :
3840 python-version : ${{ matrix.python-version }}
3941 - name : Install dependencies
40- run : python -m pip install --upgrade pip setuptools wheel openstudio oslg
42+ run : python -m pip install --upgrade pip setuptools wheel ${{ matrix.os-version }} oslg
4143 - name : Run unit tests
4244 run : python -m unittest
You can’t perform that action at this time.
0 commit comments