File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 56
56
coveralls :
57
57
# check coverage increase/decrease
58
58
needs : tests
59
- runs-on : ${{ matrix.os }}
60
- strategy :
61
- matrix :
62
- include :
63
- - { os: ubuntu-latest }
59
+ runs-on : " ubuntu-latest"
64
60
steps :
65
61
- name : Coveralls Finished
66
62
uses : AndreMiras/coveralls-python-action@develop
@@ -69,17 +65,13 @@ jobs:
69
65
70
66
deploy :
71
67
# builds and publishes to PyPi
72
- runs-on : ${{ matrix.os }}
73
- strategy :
74
- matrix :
75
- include :
76
- - { python: '3.7', os: ubuntu-latest }
68
+ runs-on : " ubuntu-latest"
77
69
steps :
78
70
- uses : actions/checkout@v2
79
71
- name : Set up Python
80
72
uses : actions/setup-python@v2
81
73
with :
82
- python-version : ${{ matrix.python }}
74
+ python-version : " 3.7 "
83
75
- name : Install dependencies
84
76
run : |
85
77
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments