From c61f72ec50e7711e00faba41c102b46d8fe0a3e5 Mon Sep 17 00:00:00 2001 From: Anael Mobilia Date: Wed, 20 Sep 2023 17:34:23 +0200 Subject: [PATCH] setup.py don't exist anymore setup.py file was deleted on https://github.com/domainaware/parsedmarc/commit/de3002db8bf8b63a43635cd6d2b506d02eb139fd --- .github/workflows/python-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 5bd34ec2..5d5ebe50 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -46,7 +46,6 @@ jobs: - name: Test sample DMARC reports continue-on-error: true run: | - python setup.py install parsedmarc --debug -c ci.ini samples/aggregate/* parsedmarc --debug -c ci.ini samples/forensic/*" - name: Test building packages