Skip to content

Commit

Permalink
Fix GUI hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
soleil0-0 committed Aug 12, 2020
1 parent a676781 commit 49e9b2e
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
pipenv --three
pipenv run pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 --trusted-host extras.wxpython.org wxPython==4.0.7
pipenv run pip install requests mechanize gooey pyinstaller "setuptools>=49.1.1"
pipenv run pip install requests mechanize pyinstaller "setuptools>=49.1.1"
pipenv run pip install -U https://github.com/soleil0-0/Gooey/archive/1.0.5-release.zip
else
pipenv install --three --dev --skip-lock
fi
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ setuptools = ">=49.1.1"
[packages]
requests = "*"
mechanize = "*"
gooey = "*"
gooey = {file = "https://github.com/soleil0-0/Gooey/archive/1.0.5-release.zip"}

[requires]
python_version = "3.7"
Expand Down
82 changes: 45 additions & 37 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49e9b2e

Please sign in to comment.