Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed Jul 27, 2024
1 parent 2a662ea commit 7b1c7f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
echo "MACOS_DEPLOYMENT_TARGET=10.14" >> $GITHUB_ENV
- name: Build and install
run: python -m pip install pytest
pip install --verbose .
run: |
python -m pip install pytest
pip install --verbose .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 7b1c7f6

Please sign in to comment.