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 5bc767f commit b9d99d2Copy full SHA for b9d99d2
.github/workflows/pr-test.yml
@@ -115,9 +115,7 @@ jobs:
115
# Install libdiscid (dependency of discid python package).
116
brew install libdiscid
117
# Install lsl library for pylsl
118
- # TODO: switch back to labstreaminglayer/tap/lsl once labstreaminglayer/homebrew-tap#1 is merged
119
- #brew install labstreaminglayer/tap/lsl
120
- brew install rokm/labstreaminglayer-tap/lsl
+ brew install labstreaminglayer/tap/lsl
121
# This one is required by eccodes (binary wheels with bundled eccodes
122
# library are provided only for macOS 13+).
123
brew install eccodes
0 commit comments