Commit 95523da4 by Arun Babu Neelicattu

ci: remove upgrade pip step

parent 2986076b
...@@ -59,10 +59,6 @@ jobs: ...@@ -59,10 +59,6 @@ jobs:
shell: bash shell: bash
run: python -m poetry run pip --version >/dev/null 2>&1 || rm -rf .venv run: python -m poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- name: Upgrade pip
shell: bash
run: python -m poetry run python -m pip install pip -U
- name: Install dependencies - name: Install dependencies
shell: bash shell: bash
run: python -m poetry install run: python -m poetry install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment