Skip to content

Commit

Permalink
ci(workflows): install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Apr 19, 2024
1 parent 2ecd5c0 commit a812c73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ jobs:
cache: true
python-version: ">=3.9"

- name: Install build dependencies
run: pdm install -G dev

- name: Publish Package
run: |
pdm run python -m build
Expand Down

0 comments on commit a812c73

Please sign in to comment.