Skip to content

Commit ff9939c

Browse files
authored
ci: fix deploy_master (#1739)
1 parent 4933260 commit ff9939c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ commands:
5555
steps:
5656
- setup_tox
5757
- run: |
58-
apt-get update
59-
apt-get install -y --no-install-recommends libenchant-dev
58+
sudo apt-get update
59+
sudo apt-get install -y --no-install-recommends libenchant-dev
6060
- run: pip install awscli
6161
- run: tox -e docs
6262
- run:

0 commit comments

Comments
 (0)