File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -84,16 +84,20 @@ jobs:
84
84
uses : codecov/codecov-action@v1
85
85
86
86
macos :
87
-
87
+ runs-on : macos-latest
88
+ needs : lint
89
+ steps :
90
+ - name : Install python 3.6
91
+
88
92
with :
89
93
submodules : recursive
90
- - name : Set up Python 3.6
91
-
92
- with :
93
- python-version : 3.6
94
- - name : Install tox and upgrade setuptools and pip
95
- run : pip install --upgrade tox setuptools pip
96
- - name : Install yasm # Yasm in pypa/manylinux images.
97
- run : brew install yasm
98
- - name : Run tests
99
- run : tox -e py3
94
+ - name : Set up Python 3.6
95
+
96
+ with :
97
+ python-version : 3.6
98
+ - name : Install tox and upgrade setuptools and pip
99
+ run : pip install --upgrade tox setuptools pip
100
+ - name : Install yasm # Yasm in pypa/manylinux images.
101
+ run : brew install yasm
102
+ - name : Run tests
103
+ run : tox -e py3
You can’t perform that action at this time.
0 commit comments