Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
fix

fix

m

fix
  • Loading branch information
yjszk committed May 23, 2024
1 parent fb30255 commit d6f22ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6f22ad

Please sign in to comment.