Skip to content

Commit

Permalink
Update Build-Windows.yml
Browse files Browse the repository at this point in the history
Fix a typo in the auto build which would try to install pip3 where due to GitHub actions pip is the only package
  • Loading branch information
NanashiTheNameless authored Feb 25, 2024
1 parent b48d69e commit a47f927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/Build-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip3
# Build python script into a stand-alone exe
Expand Down

0 comments on commit a47f927

Please sign in to comment.