diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6f2239..0aaf8b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,13 +34,9 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - - uses: actions/setup-python@v5 - with: - python-version: 3.12.3 - cache: 'pip' - name: Install Python setup tools run: | - pip install setuptools + python -m pip install --upgrade pip setuptools - name: Install and build run: | yarn install