Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Nov 25, 2023
1 parent 757073a commit 982a819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 982a819

Please sign in to comment.