From 7b5e64b3eafb19afd9368534014644d1ca9f8525 Mon Sep 17 00:00:00 2001 From: Robert Bost Date: Mon, 5 Feb 2024 20:13:15 -0700 Subject: [PATCH] just run pytest alone --- .github/workflows/pytest.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3b884a6..4ebe5bb 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,11 +22,4 @@ jobs: python -m pip install --upgrade pip pip install pytest - name: Test with pytest - run: pytest tests.py --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml - - name: Upload pytest test results - uses: actions/upload-artifact@v4 - with: - name: pytest-results-${{ matrix.python-version }} - path: junit/test-results-${{ matrix.python-version }}.xml - # Use always() to always run this step to publish test results when there are test failures - if: ${{ always() }} \ No newline at end of file + run: pytest