From 4865bf1c8d901020befd7b419162eec71357bf4c Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Thu, 3 Oct 2024 14:21:00 -0700 Subject: [PATCH] Revert "add -s to pytest" This reverts commit 03c66cd21a8d96baa406fce04a89d900af490477. --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 52835ea1..7067c3a9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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 }}