Skip to content

Commit

Permalink
Merge pull request #131 from pulsar-edit/revert-unnecessary-workaroun…
Browse files Browse the repository at this point in the history
…d-for-Yarn-1.x

Revert "CI: Work around a weird bug in Yarn v1.x"
  • Loading branch information
DeeDeeG authored Jul 24, 2024
2 parents 3542dee + e1eaa6f commit 875feaf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ jobs:
run: python3 -m pip install setuptools

- name: Install dependencies
run: |
# Yarn v1.x needs global node-gyp available if npm 9.7.2+ is the global npm version,
# or else postinstall scripts for this repo won't run. It's a long story. And it's a "won't fix" bug in Yarn v1.x.
yarn global add [email protected]
yarn install
run: yarn install

- if: "!contains(matrix.os, 'windows')"
name: Run tests 👩🏾‍💻
Expand Down

0 comments on commit 875feaf

Please sign in to comment.