From 982a819b848c2f3232ece902f083c7794a327d97 Mon Sep 17 00:00:00 2001 From: bloombar Date: Sat, 25 Nov 2023 10:50:28 -0500 Subject: [PATCH] oops --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5955c38..9c52d1f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "3.10" # update version(s) as needed - name: Install dependencies - if: ${{ hashFiles('**/*.py') != '' }} + if: ${{ hashFiles(format('{0}/**/*.py'), matrix.subdir) != '' }} run: | python -m pip install --upgrade pip python -m pip install pipenv