Skip to content

Commit

Permalink
chore(*): install pipenv dependencies before building
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Apr 9, 2023
1 parent 7e4fb10 commit c5d2e49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-on-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- name: Install pipenv
run: pip install pipenv

- name: Install dependencies
run: pipenv install -d

- name: Install internal packages
run: pipenv run setup

- name: Get version from tag
id: tag_name
run: |
Expand Down

0 comments on commit c5d2e49

Please sign in to comment.