Skip to content

Commit

Permalink
pin python so gyp runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Jan 7, 2024
1 parent 688dbd7 commit 5ff3ae9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 https://github.com/actions/setup-python/releases/tag/v4.7.1
with:
python-version: '3.11'
- name: Install
run: npm install
- name: Test
Expand Down

0 comments on commit 5ff3ae9

Please sign in to comment.