diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80aa2940..7e53d0c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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