File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - master
6+ - main
7+ - tmp-*
68 tags :
79 - v*
810 pull_request :
@@ -13,14 +15,14 @@ jobs:
1315 strategy :
1416 fail-fast : false
1517 matrix :
16- python-version : [3.6, 3.7, 3.8]
18+ python-version : [" 3.6", " 3.7", " 3.8", "3.9" ]
1719 os : [macOS-latest, ubuntu-latest, windows-latest]
1820
1921 steps :
2022 - name : Checkout
2123 uses : actions/checkout@v1
2224 - name : Set Up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v1
25+ uses : actions/setup-python@v2
2426 with :
2527 python-version : ${{ matrix.python-version }}
2628 - name : Install
3234 run : make test
3335 - name : Lint
3436 run : make lint
37+ if : ${{ matrix.python-version != '3.9' }}
3538 - name : Coverage
3639 run : codecov --token ${{ secrets.CODECOV_TOKEN }} --branch ${{ github.ref }}
3740 continue-on-error : true
You can’t perform that action at this time.
0 commit comments