Merge pull request #962 from jrdnbradford/validate-config-yaml

Validate tljh specific config
This commit is contained in:
Erik Sundell
2024-04-04 07:45:42 +02:00
committed by GitHub
4 changed files with 174 additions and 18 deletions

View File

@@ -53,12 +53,13 @@ jobs:
with:
python-version: "${{ matrix.python_version }}"
- name: Install venv, git and setup venv
- name: Install venv, git, pip and setup venv
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install --yes \
python3-venv \
python3-pip \
bzip2 \
git