summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2023-08-18 16:27:46 +0200
committertoonn <toonn@toonn.io>2023-08-18 16:27:46 +0200
commit686b4742a45ec2a9767489bfa301cbc338222cb8 (patch)
tree526e7d44b77d3e3f404529322593e87e75fb59b0
parent0e9ca525063bd529657c9d7653a4f4f35f999128 (diff)
GHActions: Set TERM for test_py job
-rw-r--r--.github/workflows/python.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index dd872ba8..f7e470cb 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -8,7 +8,9 @@ on:
- 'requirements.txt'
jobs:
- test_pylint:
+ test_py:
+ env:
+ TERM: xterm
runs-on: ubuntu-latest
strategy:
max-parallel: 4