diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a1a3f2..ea08232 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,10 @@ jobs: with: node-version: ${{ matrix.node-version }} + - uses: actions/setup-python@v5 + with: + python-version: '3.10' + - name: Set macOS system controls if: runner.os == 'macOS' run: |