Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeppWang authored May 22, 2024
1 parent 6544106 commit 2d8089f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-pip-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
restore-keys: |
${{ runner.os }}-pip-pre-commit
- name: pre-commit
- name: pre-commit
run: |
pip install -U pre-commit
pre-commit install --install-hooks
Expand All @@ -44,4 +44,4 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run test.py
run: python test/test.py
run: python test/test.py

0 comments on commit 2d8089f

Please sign in to comment.