Skip to content

Commit

Permalink
Install enchant to deb-tests ci run
Browse files Browse the repository at this point in the history
Changes in develop were introduced in #4505, minimal fix to ensure the dependency is installed and CI passes only in the 0.13.1 release branch
  • Loading branch information
emkll committed Jun 18, 2019
1 parent 0837156 commit 846d496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
docker:
- image: gcr.io/cloud-builders/docker
steps:
- run: apt-get install -y make virtualenv python-pip
- run: apt-get install -y make virtualenv python-pip enchant
- checkout
- setup_remote_docker
- run: make ci-deb-tests
Expand Down

0 comments on commit 846d496

Please sign in to comment.