Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Jul 7, 2024
1 parent fd77435 commit 521cb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install --upgrade pytest-cov
pip install -e .
- name: Run test
run: pytest --capture=fd
run: pytest --capture=fd tests/test_version.py
- name: Upload Codecov Results
if: success()
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 521cb64

Please sign in to comment.