Skip to content

Commit

Permalink
chore: fix mac node 16 test job (#375)
Browse files Browse the repository at this point in the history
Locks our python version for our macOS node 16 test job

x-ref:
https://github.com/vercel/nft/actions/runs/7067408413/job/19240984319
  • Loading branch information
ijjk authored Dec 2, 2023
1 parent 3781119 commit 40e890a
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 @@ -34,6 +34,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-python@v4
with:
# we lock to 3.11 for a distutils requirement for node-gyp
python-version: '3.11'
- name: Prepare Install (if applicable)
run: node prepare-install.js
- name: Install Dependencies
Expand Down

0 comments on commit 40e890a

Please sign in to comment.