Skip to content

Commit

Permalink
Force package installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 13, 2024
1 parent 92baa15 commit 4d6cb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v5
with:
python-version: ${{ env.python_version }}
- name: Install macOS Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Homebrew complains about files that are overwritten and recommends to delete them.
sudo rm /usr/local/bin/2to3 /usr/local/bin/2to3-3.12
# We need pygobject from PyPI. Using only pygobject3 from homebrew leads to "gi module not found".
brew install gettext gtk+3 gobject-introspection glib libffi cairo gtksourceview3 atk librsvg gsettings-desktop-schemas adwaita-icon-theme enchant
brew install --force gettext gtk+3 gobject-introspection glib libffi cairo gtksourceview3 atk librsvg gsettings-desktop-schemas adwaita-icon-theme enchant
python3 -m pip install pyenchant pygobject pyyaml
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: on
Expand Down

0 comments on commit 4d6cb1e

Please sign in to comment.