Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
directly --upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk155 committed Aug 10, 2024
1 parent e515787 commit 3c173b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Installing MikkUtils
run: pip install MikkUtils --upgrade

- name: Install pyinstaller
run: pip install pyinstaller
Expand Down Expand Up @@ -54,10 +52,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Installing MikkUtils
run: pip install MikkUtils --upgrade

- name: Install pyinstaller
run: pip install pyinstaller
Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 3c173b3

Please # to comment.