Commit 27d1599e by Sébastien Eustace Committed by GitHub

Ensure we have the latest pip version in CI before installing dependencies (#2650)

parent 53868af4
......@@ -68,6 +68,10 @@ jobs:
shell: bash
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- name: Upgrade pip
shell: bash
run: poetry run python -m pip install pip -U
- name: Install dependencies
shell: bash
run: 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