Skip to content

Commit

Permalink
- added a check to pack pdm and at least print the version... (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzhaas authored Feb 3, 2023
1 parent f1b6b50 commit a188032
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
pdm info
- name: Run Tests
run: pdm run pytest -n auto --cov=pdm --cov-config=setup.cfg --cov-report=xml tests
- name: pack pdm
run: |
python -m pip install -U pdm-packer
pdm pack
python pdm.pyz --version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit a188032

Please sign in to comment.