Skip to content

Commit

Permalink
fix pipeline on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
freshollie committed Jan 28, 2024
1 parent 96a48e3 commit 3ad8be6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install required python deps
run: python3 -m pip install packaging

- name: Install
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
Expand Down

0 comments on commit 3ad8be6

Please sign in to comment.