File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Unit Tests Linux
1+ name : Unit Test Linux
22
33on :
44 push :
55 # pull_request:
66
77jobs :
88 run-tests :
9- # strategy:
10- # fail-fast: false
11- # matrix:
12- # os: [ubuntu-latest]
13- # python-version:
14- # - "3.9"
15- # - "3.10"
16- # - "3.11"
9+ strategy :
10+ fail-fast : false
11+ matrix :
12+ os : [ubuntu-latest]
13+ python-version :
14+ - " 3.9"
15+ - " 3.10"
16+ - " 3.11"
1717
1818 name : unit-test
19- # runs-on: ${{ matrix.os }}
20- runs-on : python:alpine
19+ runs-on : ${{ matrix.os }}
20+ # runs-on: python:alpine
2121
2222 steps :
2323 - name : Checkout code
2424 uses : actions/checkout@v3
2525
26- # - name: Set up Python
27- # uses: actions/setup-python@v4
28- # with:
29- # python-version : ${{ matrix.python-version }}
26+ - name : Set up Python
27+ uses : actions/setup-python@v4
28+ with :
29+ python-version : ${{ matrix.python-version }}
3030
3131 - name : Install dependencies
3232 run : |
You can’t perform that action at this time.
0 commit comments