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 3f51dc5 commit 6359504Copy full SHA for 6359504
.github/workflows/ci.yml
@@ -162,7 +162,9 @@ jobs:
162
- name: Ensure we have new enough versions to respect python_version
163
run: python -m pip install -U pip setuptools
164
- name: Install dependencies
165
- run: sudo apt-get install -y libenchant-dev libxml2-dev libxslt-dev
+ run: >
166
+ sudo apt-get update
167
+ sudo apt-get install -y libenchant-dev libxml2-dev libxslt-dev
168
if: runner.os == 'Linux' && startsWith(matrix.python-version.toxenv, 'docs-')
169
170
run: brew install enchant
0 commit comments