Skip to content

Commit

Permalink
ci: fix Python issues on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Nov 9, 2023
1 parent 88e2a0e commit bbda0cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Check Node.js version
run: node -pe process.versions
- name: Install module
Expand Down

0 comments on commit bbda0cc

Please sign in to comment.