Skip to content

Commit

Permalink
add only - python -m pip install --upgrade pip
Browse files Browse the repository at this point in the history
    - python -m pip install distutils
  • Loading branch information
MayGo committed Jun 7, 2024
1 parent 691f607 commit aa175a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ version: '{build}'

install:
- ps: Install-Product node $env:nodejs_version
- ps: if (Test-Path "C:\Python312") { Remove-Item -Recurse -Force "C:\Python312" }
- set PATH=C:\Python312;%PATH%
- set PATH=C:\Python312\Scripts;%PATH%
- choco install python --version 3.12.3
- python -m ensurepip
- python -m pip install --upgrade pip
- python -m pip install distutils
- node --version
Expand Down

0 comments on commit aa175a8

Please sign in to comment.