Skip to content

Commit

Permalink
ci: fix unit test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyilunnn committed Oct 29, 2023
1 parent 9c94153 commit c404988
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Install dependency
run: python -m pip install -r requirements.txt && python -m pip install pytest

# TODO(zhaoyilun): Build seperate package for pyquafu-torch
# TODO(zhaoyilun): Build seperate package for pyquafu-torch
- name: Install torch
- run: python -m pip install torch torchvision torchaudio
run: python -m pip install torch torchvision torchaudio

- name: Install pyquafu
run: python -m pip install
run: python -m pip install .

- name: Run unit tests
- run: pytest tests/
run: pytest tests/

0 comments on commit c404988

Please sign in to comment.