We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845b73d commit 261cda8Copy full SHA for 261cda8
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
run: sudo apt install yasm
63
if: runner.os == 'Linux'
64
- name: Install build dependencies (Macos)
65
- run: sudo conda install yasm automake autoconf
+ run: brew install yasm automake autoconf
66
if: runner.os == 'macOS'
67
- name: Install twine, cython wheel and upgrade setuptools
68
run: pip install --upgrade twine cython wheel setuptools
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
104
- name: Run tests
105
run: tox -e py3
0 commit comments