Skip to content

Commit

Permalink
change: use new docker image where python version > 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyunfz committed Jun 22, 2024
1 parent df77993 commit eb63d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
"
- name: Use docker to compile
run: |
docker run -v $GITHUB_WORKSPACE:/src cdrx/pyinstaller-windows:latest 'pyinstaller -D --clean -y --distpath ./ --workpath /tmp ./main.py'
docker run -v $GITHUB_WORKSPACE:/src batonogov/pyinstaller-windows:latest 'pyinstaller -D --clean -y --distpath ./ --workpath /tmp ./main.py'
- name: Fix permissions
run: |
sudo chmod -R 777 ${{ github.workspace }}
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ loguru >= 0.6.0
pyDes >= 2.0.1
requests >= 2.27.1
lxml
PyYAML
pyinstaller>=5.13.2
PyYAML

0 comments on commit eb63d9b

Please sign in to comment.