Skip to content

Commit

Permalink
put back build specific deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 17, 2024
1 parent 72b9319 commit c3a703c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ jobs:
with:
python-version: "3.11"

- name: "Install build specific python dependencies"
run: |
python -m pip install --upgrade wheel twine check-wheel-contents
- name: "Audit Version And Parse Into Parts"
id: semver
uses: dbt-labs/actions/[email protected]
Expand Down

0 comments on commit c3a703c

Please sign in to comment.