Skip to content

Commit

Permalink
add get-pip exe
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCheshire committed Sep 16, 2024
1 parent eef791a commit 34069a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: |
choco install ffmpeg python
python -m venv cyderenv
.\cyderenv\Scripts\Activate
python -m ensurepip --upgrade
Invoke-WebRequest -Uri https://bootstrap.pypa.io/get-pip.py -OutFile get-pip.py
.\cyderenv\Scripts\python.exe get-pip.py
.\cyderenv\Scripts\pip install --upgrade pip
pip install mutagen
.\cyderenv\Scripts\pip install mutagen
Invoke-WebRequest https://github.com/duncanthrax/scream/releases/download/4.0/Scream4.0.zip -OutFile Scream4.0.zip
Expand-Archive -Path Scream4.0.zip -DestinationPath Scream
openssl req -batch -verbose -x509 -newkey rsa -keyout ScreamCertificate.pvk -out ScreamCertificate.cer -nodes -extensions v3_req
Expand Down

0 comments on commit 34069a0

Please sign in to comment.