summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b06c2aae..7a08a1c0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -66,15 +66,15 @@ jobs:
brew update
#brew install python@2
-
- # the 3 in pygobject3 signifies gtk3, not python3
- brew install pygobject3 --with-python@2 gtk+3
+ brew install gtk+3
# for msgfmt
brew link gettext --force
echo "::set-env name=GI_TYPELIB_PATH::/usr/local/lib/girepository-1.0/"
+ pip --version
+ pip install PyGObject
pip install -r requirements.txt
pip install pyinstaller==3.3.1