From d6f22ad3de90bd110f8d11791bb7a854da299b72 Mon Sep 17 00:00:00 2001 From: "yuji.suzuki" <124127211+yjszk@users.noreply.github.com> Date: Thu, 23 May 2024 17:46:44 +0900 Subject: [PATCH] fix ci fix fix m fix --- .github/workflows/python-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 1240b1f1..f4d93f12 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -52,11 +52,10 @@ jobs: coverage run tests.py coverage json - name: Test sample DMARC reports - continue-on-error: true run: | pip install -e . parsedmarc --debug -c ci.ini samples/aggregate/* - parsedmarc --debug -c ci.ini samples/forensic/*" + parsedmarc --debug -c ci.ini samples/forensic/* - name: Test building packages run: | hatch build