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 9aa34de commit 7e3d0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
python-version: "3.12"
cache: "pip"

- name: Run pre-commit hooks
uses: pre-commit/[email protected]
# - name: Run pre-commit hooks
# uses: pre-commit/[email protected]

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

0 comments on commit 7e3d0e6

Please sign in to comment.