Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd committed Oct 17, 2023
1 parent 0ff0a87 commit 42d01d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
python-version: "3.7"
cache: "poetry"

- name: Install python dependencies
run: poetry install --no-interaction

- name: Update version
run: ./s/update-version ${{ inputs.version }}

Expand Down

0 comments on commit 42d01d5

Please sign in to comment.