Skip to content

Commit

Permalink
Install current packaging before build
Browse files Browse the repository at this point in the history
  • Loading branch information
moyiz committed Oct 30, 2021
1 parent 6f548d4 commit 161a9e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Install dependencies
run: python -m pip install --upgrade build

- name: Install package and dependencies
run: python -m pip install -e .

- name: Build
run: python -m build

Expand Down

0 comments on commit 161a9e8

Please sign in to comment.