File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ on: [push, pull_request]
33jobs :
44 unit-testing :
55 runs-on : ${{ matrix.os }}
6- strategy :
7- matrix :
8- os : [ubuntu-latest, macos-latest, windows-latest]
9- python-version : [3.6', '3.7', '3.8']
10- steps :
11- - uses : actions/checkout@v2
12- - name : Set up Python
13- uses : actions/setup-python@v2
14- with :
15- python-version : ${{ matrix.python-version }}
16- - name : Display Python version
17- run : python -c "import sys; print(sys.version)"
6+ strategy :
7+ matrix :
8+ os : [ubuntu-latest, macos-latest, windows-latest]
9+ python-version : [3.6', '3.7', '3.8']
10+ steps :
11+ - uses : actions/checkout@v2
12+ - name : Set up Python
13+ uses : actions/setup-python@v2
14+ with :
15+ python-version : ${{ matrix.python-version }}
16+ - name : Display Python version
17+ run : python -c "import sys; print(sys.version)"
You can’t perform that action at this time.
0 commit comments