Skip to content

Commit b6c0cc7

Browse files
authored
ci: consistency test bump version (#438)
1 parent de4ef20 commit b6c0cc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/consistency_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ jobs:
2828
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim.appimage
2929
chmod u+x nvim.appimage && sudo mv nvim.appimage /usr/local/bin/nvim
3030
31-
git clone -b v0.1.1 --depth 1 https://github.com/kiyoon/nvim-treesitter-textobjects-tests
31+
git clone -b v0.1.2 --depth 1 https://github.com/kiyoon/nvim-treesitter-textobjects-tests
3232
3333
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter-textobject/opt
3434
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter-textobject/opt
3535
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/opt
3636
cd ~/.local/share/nvim/site/pack/nvim-treesitter/opt
3737
git clone https://github.com/nvim-treesitter/nvim-treesitter.git
38+
3839
- name: Compile parsers
39-
run: nvim --headless -c "packadd nvim-treesitter" -c "TSInstallSync all" -c "q"
40+
run: nvim --headless -c "packadd nvim-treesitter" -c "TSInstallSync python" -c "q"
4041

4142
- name: Set up Python ${{ matrix.python-version }}
4243
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)