Skip to content

Commit 23c5574

Browse files
committed
Add workspace symbol support
1 parent 5dce70f commit 23c5574

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- image: "python:2.7-stretch"
77
steps:
88
- checkout
9-
- run: apt-get install ctags
9+
- run: yum install ctags
1010
- run: pip install -e .[all] .[test]
1111
- run: py.test test/
1212
- run: pylint pyls test
@@ -18,7 +18,7 @@ jobs:
1818
- image: "python:3.4-stretch"
1919
steps:
2020
- checkout
21-
- run: apt-get install ctags
21+
- run: yum install ctags
2222
- run: pip install -e .[all] .[test]
2323
- run: py.test test/
2424

0 commit comments

Comments
 (0)