Skip to content

Commit

Permalink
[ci] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSH6 committed Dec 6, 2024
1 parent 008a73c commit 7aa51c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install the current repository
run: |
pip install -e .[test]
- name: Run sanity test
run: |
pytest -s -x tests/sanity
Expand Down

0 comments on commit 7aa51c0

Please sign in to comment.