We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d516dec commit e32563aCopy full SHA for e32563a
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Install dependencies
89
run: >
90
sudo apt-get update &&
91
- sudo apt-get install -y libenchant-dev libxml2-dev libxslt-dev
+ sudo apt-get install -y libenchant-2-dev libxml2-dev libxslt-dev
92
if: runner.os == 'Linux' && startsWith(matrix.python-version.toxenv, 'docs-')
93
94
run: brew install enchant
0 commit comments