Skip to content

Commit

Permalink
fix: resolve GitHub runner issues on MacOs (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored Nov 7, 2023
1 parent 282dff1 commit e25cbd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"

# workaround for issue #1154
- name: Install setuptools on MacOs
if: matrix.os == 'macos-latest'
run: |
sudo -H pip install setuptools
- name: Install
run: npm ci

Expand Down

0 comments on commit e25cbd9

Please sign in to comment.