Skip to content

Commit

Permalink
pipeline now uses newest version of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
9-FS committed Oct 28, 2023
1 parent 30e171e commit daed95a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/on tag deploy on Github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
with:
python-version: ${{env.PYTHON_VERSION}}

- name: Update Pip
run: pip install --upgrade pip

- name: Install Poetry
run: |
pip install poetry
Expand Down Expand Up @@ -80,7 +83,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{env.PYTHON_VERSION}}


- name: Update Pip
run: pip install --upgrade pip

- name: Install Poetry
run: |
pip install poetry
Expand Down Expand Up @@ -121,7 +127,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{env.PYTHON_VERSION}}


- name: Update Pip
run: pip install --upgrade pip

- name: Install Poetry
run: |
pip install poetry
Expand Down

0 comments on commit daed95a

Please sign in to comment.