Skip to content

Commit

Permalink
fix: unused need, requirements delete
Browse files Browse the repository at this point in the history
Signed-off-by: soonhong99 <67502252+soonhong99@users.noreply.github.com>
  • Loading branch information
soonhong99 committed Sep 20, 2024
1 parent 628bc2d commit e833b44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,18 @@ jobs:
create-windows-executable:
runs-on: windows-latest
needs: build-and-push
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: Install dependencies
run: |
pip install pyinstaller
pip install -r requirements.txt
- name: Create executable
run: pyinstaller --onefile additionalOption.py
Expand Down

0 comments on commit e833b44

Please sign in to comment.