Skip to content

Commit 8f887b5

Browse files
committed
enable macOS in CI
1 parent 7352ef9 commit 8f887b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
# TODO: fixup macOS
21-
#os: ['macos-latest', 'ubuntu-latest']
22-
os: ['ubuntu-latest']
20+
os: ['macos-latest', 'ubuntu-latest']
2321
timeout-minutes: 10
2422
steps:
2523
- uses: actions/checkout@v4

setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ PLATFORM=$(uname -s)
88

99
echo "installing dependencies"
1010
if [[ $PLATFORM == "Darwin" ]]; then
11+
export ZMQ=1
12+
1113
export HOMEBREW_NO_AUTO_UPDATE=1
1214
brew install python3 zeromq
1315
elif [[ $PLATFORM == "Linux" ]]; then

0 commit comments

Comments
 (0)