Skip to content

Commit

Permalink
Remove wheel update
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 authored Jul 20, 2024
1 parent 16d625c commit 6d6034c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

- name: Install Dependencies
run: |
python -m pip install --upgrade wheel --use-deprecated=legacy-resolver
pip install -r requirements.txt --use-deprecated=legacy-resolver
pip install importlib-metadata==4.13.0 --use-deprecated=legacy-resolver
pip install flake8==3.8.4 --use-deprecated=legacy-resolver
Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:
sudo apt-get update
sudo apt-get install --no-install-recommends --no-upgrade -qq ${{ matrix.config.packages }}
fi
python -m pip install --upgrade wheel --use-deprecated=legacy-resolver
pip install -r requirements.txt --use-deprecated=legacy-resolver
pip install pyinstaller --use-deprecated=legacy-resolver
- name: Build
Expand Down

0 comments on commit 6d6034c

Please sign in to comment.