File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3333 steps :
3434 - uses : actions/checkout@v2
3535 - name : Setup Ruby
36- uses : actions /setup-ruby@v1
36+ uses : ruby /setup-ruby@v1
3737 with :
3838 ruby-version : 2.7
3939 - name : Install dependencies
@@ -51,15 +51,11 @@ jobs:
5151 matrix :
5252 os : [ubuntu-latest]
5353 name :
54- - Python 3.6 Tests
5554 - Python 3.7 Tests
5655 - Python 3.8 Tests
5756 - Python 3.9 Tests
5857 - Code Checks
5958 include :
60- - name : Python 3.6 Tests
61- python : 3.6
62- toxenv : py36
6359 - name : Python 3.7 Tests
6460 python : 3.7
6561 toxenv : py37
Original file line number Diff line number Diff line change 22toxworkdir =.tox
33skipsdist =True
44envlist =
5- py{36, 37,38,39}
5+ py{37,38,39}
66 code-linters
77
88# Default testenv. Used to run tests on all python versions.
You can’t perform that action at this time.
0 commit comments