Skip to content

Commit 261cda8

Browse files
committed
use brew instead of conda
1 parent 845b73d commit 261cda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: sudo apt install yasm
6363
if: runner.os == 'Linux'
6464
- name: Install build dependencies (Macos)
65-
run: sudo conda install yasm automake autoconf
65+
run: brew install yasm automake autoconf
6666
if: runner.os == 'macOS'
6767
- name: Install twine, cython wheel and upgrade setuptools
6868
run: pip install --upgrade twine cython wheel setuptools
@@ -99,7 +99,7 @@ jobs:
9999
run: sudo apt install yasm
100100
if: runner.os == 'Linux'
101101
- name: Install build dependencies (Macos)
102-
run: sudo conda install yasm automake autoconf
102+
run: brew install yasm automake autoconf
103103
if: runner.os == 'macOS'
104104
- name: Run tests
105105
run: tox -e py3

0 commit comments

Comments
 (0)