mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	ci: use python3 explicitly to fix macos warnings #18837
> DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020 Testing `pynvim` compatibility with python2 should not be done in core, and there's only a provider_spec for python3 either way.
This commit is contained in:
		| @@ -5,7 +5,7 @@ set -o pipefail | ||||
|  | ||||
| # Use default CC to avoid compilation problems when installing Python modules. | ||||
| echo "Install neovim module for Python." | ||||
| CC=cc python -m pip -q install --user --upgrade pynvim | ||||
| CC=cc python3 -m pip -q install --user --upgrade pynvim | ||||
|  | ||||
| echo "Install neovim RubyGem." | ||||
| gem install --no-document --bindir "$HOME/.local/bin" --user-install --pre neovim | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kylo252
					kylo252