File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.os }}
2121 strategy :
2222 matrix :
23- os : [macos-latest, ubuntu-latest]
23+ os : [ubuntu-latest]
2424 include :
2525 - os : macos-latest
2626 TARGET : x86_64-apple-darwin
3131 TARGET : x86_64-unknown-linux-musl
3232 COMPILER : gcc
3333 LINKER : gcc
34- python-version : [3.6, 3.7, 3.8, 3. 9]
34+ python-version : [3.9]
3535
3636 steps :
3737 - uses : actions/checkout@v2
6161 run : |
6262 coveralls
6363 env :
64- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6564 COVERALLS_REPO_TOKEN : nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
6665 COVERALLS_PARALLEL : true
6766 coveralls :
7675 pip install --upgrade coveralls
7776 coveralls --finish
7877 env :
79- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8078 COVERALLS_REPO_TOKEN : nUScGS6NOilMzRJdc38wYg1tcmf4xV4L9
8179 deploy :
8280 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments