Skip to content

Commit

Permalink
Install current packaging before build
Browse files Browse the repository at this point in the history
This ensures that we install the dependencies of current working branch
of `packaging`.
Similar to previous commit. `build` package depends on `packaging` and
installing it overrides the dependencies of current working branch by
the dependencies of latest `packaging` release.
  • Loading branch information
moyiz committed Oct 30, 2021
1 parent 478d8a0 commit b8e9b5c
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 b8e9b5c

Please sign in to comment.