From ecd7eebb9584ed76ad2fce454bca8abff0da5f52 Mon Sep 17 00:00:00 2001 From: bloombar Date: Sat, 25 Nov 2023 10:54:49 -0500 Subject: [PATCH] cd matrix --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9659c20..e380c08 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,7 @@ jobs: - name: Install dependencies if: ${{ hashFiles(format('{0}/**/*.py', matrix.subdir)) != '' }} run: | + cd ${{ matrix.subdir }}} python -m pip install --upgrade pip python -m pip install pipenv pipenv sync --dev --python $(which python)