Prepare python before running tests

main
Ensar Sarajčić 2022-05-05 17:22:51 +02:00
parent 53cf493fa4
commit 306c7ed92d
2 changed files with 4 additions and 1 deletions

View File

@ -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: |

View File

@ -1,4 +1,4 @@
#!/bin/python
#!/bin/python3
import sys, json, urllib.parse, http.client, getopt