Skip to content

Commit

Permalink
Revert "add -s to pytest"
Browse files Browse the repository at this point in the history
This reverts commit 03c66cd.
  • Loading branch information
tschaume committed Oct 3, 2024
1 parent c886dc4 commit 4865bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
#MP_API_ENDPOINT: https://api-preview.materialsproject.org/
run: |
pip install -e .
pytest -x -s --cov=mp_api --cov-report=xml
pytest -x --cov=mp_api --cov-report=xml
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 4865bf1

Please sign in to comment.