Skip to content

Commit

Permalink
Install pygtkspellcheck in CI for tests
Browse files Browse the repository at this point in the history
See kirienko/gourmet PR #136
  • Loading branch information
saxon-s authored Jun 26, 2020
1 parent 3f7a922 commit f70efa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt-get update -q && sudo apt-get install
--no-install-recommends -y xvfb python3-dev python3-gi
python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev libcairo2-dev
intltool enchant
intltool enchant python3-enchant
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get update -q && sudo apt-get install
--no-install-recommends -y xvfb python3-dev python3-gi
python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev
gir1.2-poppler-0.18 libcairo2-dev enchant intltool
gir1.2-poppler-0.18 libcairo2-dev enchant python3-enchant intltool
- name: Install dependencies
run: |
sudo python3 -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pillow
pycairo
pyenchant
pygobject
# pygtkspellcheck
pygtkspellcheck
reportlab
scrape-schema-recipe
selenium
Expand Down

0 comments on commit f70efa9

Please sign in to comment.