Skip to content

Commit 77afd32

Browse files
committed
Flail again on running update.
1 parent 0273173 commit 77afd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
run: python -m pip install -U pip setuptools
164164
- name: Install dependencies
165165
run: >
166-
sudo apt-get update
166+
sudo apt-get update &&
167167
sudo apt-get install -y libenchant-dev libxml2-dev libxslt-dev
168168
if: runner.os == 'Linux' && startsWith(matrix.python-version.toxenv, 'docs-')
169169
- name: Install dependencies

0 commit comments

Comments
 (0)