Prepare python before running tests
parent
53cf493fa4
commit
306c7ed92d
|
@ -34,6 +34,9 @@ jobs:
|
||||||
run: make check_neovim
|
run: make check_neovim
|
||||||
env:
|
env:
|
||||||
DOTFILES_CI: 1
|
DOTFILES_CI: 1
|
||||||
|
- uses: actions/setup-python@v3
|
||||||
|
if: ${{ matrix.platform != 'windows-latest' }}
|
||||||
|
name: Setup python for bin tools
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
if: ${{ matrix.platform != 'windows-latest' }}
|
if: ${{ matrix.platform != 'windows-latest' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/python
|
#!/bin/python3
|
||||||
|
|
||||||
import sys, json, urllib.parse, http.client, getopt
|
import sys, json, urllib.parse, http.client, getopt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue