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 51da49c commit 2ce23acCopy full SHA for 2ce23ac
.github/workflows/macostests.yml
@@ -26,7 +26,10 @@ jobs:
26
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
27
28
- name: Setup firefox
29
- uses: browser-actions/setup-firefox@latest
+ run: brew install --cask firefox
30
+
31
+ - name: Setup cairo and pango
32
+ run: brew install cairo pango
33
34
- name: Install dependencies
35
env:
0 commit comments