Skip to content

Commit b00b910

Browse files
committed
Update GitHub Action to install pytest for pre-commit checks
1 parent e1bebbc commit b00b910

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.11'
17+
- name: Install dependencies
18+
run: |
19+
python -m pip install --upgrade pip
20+
pip install pytest # Install pytest
21+
pip install -e .
1722
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)