Skip to content

Commit 2ce23ac

Browse files
Backport PR #16245: Install Firefox from brew on Mac on CI (#16249)
Co-authored-by: Michał Krassowski <[email protected]>
1 parent 51da49c commit 2ce23ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/macostests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2727

2828
- name: Setup firefox
29-
uses: browser-actions/setup-firefox@latest
29+
run: brew install --cask firefox
30+
31+
- name: Setup cairo and pango
32+
run: brew install cairo pango
3033

3134
- name: Install dependencies
3235
env:

0 commit comments

Comments
 (0)