Skip to content

Commit

Permalink
added a missing pip install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 30, 2024
1 parent 5f8569e commit 4294e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install .
- name: pytest
run: pytest
Expand Down

0 comments on commit 4294e30

Please sign in to comment.