From faede177e43cbe1a338b15467b6b2b0e567c94be Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 28 Aug 2024 04:41:21 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20=E6=B5=8B=E8=AF=95=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b69cc39..30126bd 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -31,7 +31,7 @@ jobs: - name: Test with pytest run: | - pytest + python -m pytest - name: Archive Pytest test report uses: actions/upload-artifact@v3