Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 17, 2024
1 parent c828085 commit a03e13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: pre-commit/[email protected]

- name: Install dependencies
if: ${{ hashFiles('requirements.txt]') != '' }}
if: ${{ hashFiles('requirements.txt]') != false }}
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit a03e13d

Please sign in to comment.