Skip to content

Commit

Permalink
[patch] Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed May 29, 2024
1 parent b15fdeb commit bc4f505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
id: archieve
- name: Install Python dependencies
run: |
python -m pip install -U pip pyinstaller wheel
python -m pip install -U pip pyinstaller wheel setuptools
python -m pip install -r requirements.dev.txt
- name: Run PyInstaller
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pyinstaller import setup
from setuptools import setup

setup()

0 comments on commit bc4f505

Please sign in to comment.