diff --git a/.github/workflows/macostests.yml b/.github/workflows/macostests.yml index e76349b8bb27..912fc2ed64f4 100644 --- a/.github/workflows/macostests.yml +++ b/.github/workflows/macostests.yml @@ -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: