Skip to content

Commit

Permalink
fix(ci): use python
Browse files Browse the repository at this point in the history
  • Loading branch information
craftzdog committed Oct 10, 2024
1 parent fa79cd9 commit 35d8306
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
# - if: ${{ ! startsWith(matrix.os, 'windows') }}
# run: python3 -m pip install setuptools
- name: Set up Python
uses: actions/setup-python@v4
- 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 35d8306

Please sign in to comment.