From 8093b8d6dff3c4eb24131740bcaf2ad1d3458ab8 Mon Sep 17 00:00:00 2001 From: Paul Scheffler Date: Wed, 20 Nov 2024 20:43:09 +0100 Subject: [PATCH] fixup! --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a1bedafd..cc665785 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -84,8 +84,8 @@ jobs: python-version: 3.9 cache: pip - - name: Install tclint - run: pip install tclint==0.4.2 + name: Install Python requirements + run: pip install -r requirements.txt - name: Run Tcllint run: tclint . --style-spaces-in-braces --style-line-length 100