...
This commit is contained in:
parent
8574e136cd
commit
2e07f90baf
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -80,17 +80,10 @@ jobs:
|
||||
- name: Test for trailing whitespace
|
||||
run: if grep -Inr '\s$' kitty kitty_tests kittens docs *.py *.asciidoc *.rst *.go .gitattributes .gitignore; then echo Trailing whitespace found, aborting.; exit 1; fi
|
||||
|
||||
<<<<<<< HEAD
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: "3.10"
|
||||
=======
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.9
|
||||
>>>>>>> 359bf535d (Install Go 1.18 on CI)
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v3
|
||||
|
||||
@ -7,6 +7,7 @@ import re
|
||||
import shlex
|
||||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
import unittest
|
||||
from contextlib import contextmanager
|
||||
from functools import lru_cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user