Skip to content

Commit

Permalink
update pip versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad committed Apr 16, 2024
1 parent 2ae89a0 commit 0da20d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
python-version: '3.11' # Specify the Python version you need

- name: Update pip
run: python -m pip install --upgrade pip

- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
python-version: '3.11'

- name: Update pip
run: python -m pip install --upgrade pip

- name: Bump version
id: cz
uses: commitizen-tools/commitizen-action@master
Expand Down

0 comments on commit 0da20d9

Please sign in to comment.