Skip to content

Commit

Permalink
Backport PR jupyterlab#16245: Install Firefox from brew on Mac on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored and meeseeksmachine committed Apr 26, 2024
1 parent 2ac7752 commit 27fa54b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macostests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Setup firefox
uses: browser-actions/setup-firefox@latest
run: brew install --cask firefox

- name: Setup cairo and pango
run: brew install cairo pango

- name: Install dependencies
env:
Expand Down

0 comments on commit 27fa54b

Please sign in to comment.