File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.os }}
14
14
strategy :
15
15
matrix :
16
- # os: [ubuntu-latest, macos-latest, windows-latest]
17
- # python-version: ["3.9", "3.10"]
18
- os : [ ubuntu-latest ]
19
- python-version : [ "3.10" ]
16
+ os : [ubuntu-latest, macos-latest, windows-latest]
17
+ python-version : ["3.9", "3.10"]
20
18
env :
21
19
OS : ${{ matrix.os }}
22
20
PYTHON : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.os }}
14
14
strategy :
15
15
matrix :
16
- # os: [ubuntu-latest, macos-latest, windows-latest]
17
- # python-version: ["3.9", "3.10"]
18
- os : [ ubuntu-latest ]
19
- python-version : [ "3.10" ]
16
+ os : [ubuntu-latest, macos-latest, windows-latest]
17
+ python-version : ["3.9", "3.10"]
20
18
env :
21
19
OS : ${{ matrix.os }}
22
20
PYTHON : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments