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 7352ef9 commit 8f887b5Copy full SHA for 8f887b5
2 files changed
.github/workflows/tests.yml
@@ -17,9 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- # TODO: fixup macOS
21
- #os: ['macos-latest', 'ubuntu-latest']
22
- os: ['ubuntu-latest']
+ os: ['macos-latest', 'ubuntu-latest']
23
timeout-minutes: 10
24
steps:
25
- uses: actions/checkout@v4
setup.sh
@@ -8,6 +8,8 @@ PLATFORM=$(uname -s)
8
9
echo "installing dependencies"
10
if [[ $PLATFORM == "Darwin" ]]; then
11
+ export ZMQ=1
12
+
13
export HOMEBREW_NO_AUTO_UPDATE=1
14
brew install python3 zeromq
15
elif [[ $PLATFORM == "Linux" ]]; then
0 commit comments