Skip to content

Commit b9dfdae

Browse files
committed
Fix syntax
1 parent 190d713 commit b9dfdae

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,20 @@ jobs:
8484
uses: codecov/codecov-action@v1
8585

8686
macos:
87-
- uses: actions/[email protected]
87+
runs-on: macos-latest
88+
needs: lint
89+
steps:
90+
- name: Install python 3.6
91+
uses: actions/[email protected]
8892
with:
8993
submodules: recursive
90-
- name: Set up Python 3.6
91-
uses: actions/[email protected]
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+
uses: actions/[email protected]
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

0 commit comments

Comments
 (0)