diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-04 17:42:35 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | cd86e929bb8689b255d3ffd424e37215ba2fb545 (patch) | |
| tree | 118f9814ec24b77cb3cc248431d51992a2e247ba | |
| parent | 54484c9746c4d1f9e45f416d8eedc32aa1ec122c (diff) | |
try installing pygobject through pip
| -rw-r--r-- | .github/workflows/build.yml | 6 |
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 |
