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