Skip to content

Commit

Permalink
fix(ci): stop installing setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 10, 2024
1 parent 1fd28df commit fa79cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- if: ${{ ! startsWith(matrix.os, 'windows') }}
run: python3 -m pip install setuptools
# - if: ${{ ! startsWith(matrix.os, 'windows') }}
# run: python3 -m pip install setuptools
- name: Install dependencies
run: npm i --openssl_fips=''
- name: Rebuild dependencies for Electron
Expand Down

0 comments on commit fa79cd9

Please sign in to comment.