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 8304e41 commit 1b2d03bCopy full SHA for 1b2d03b
.github/workflows/ci.yml
@@ -153,7 +153,7 @@ jobs:
153
- name: Install dependencies
154
run: >
155
sudo apt-get update &&
156
- sudo apt-get install -y libenchant-dev libxml2-dev libxslt-dev
+ sudo apt-get install -y libenchant-2-dev libxml2-dev libxslt-dev
157
if: runner.os == 'Linux' && startsWith(matrix.python-version.toxenv, 'docs-')
158
159
run: brew install enchant
0 commit comments