Commit 0ffe91c0 by Mathieu Kniewallner Committed by Bjorn Neergaard

ci: upgrade `pip` for 3.11 on all OSes

parent 2c190ab1
...@@ -84,9 +84,9 @@ jobs: ...@@ -84,9 +84,9 @@ jobs:
timeout 10s poetry run pip --version || rm -rf .venv timeout 10s poetry run pip --version || rm -rf .venv
# XXX: https://github.com/pypa/pip/issues/11352 causes random failures -- remove once fixed in a release. # XXX: https://github.com/pypa/pip/issues/11352 causes random failures -- remove once fixed in a release.
- name: Upgrade pip on 3.11 for macOS - name: Upgrade pip on Python 3.11
if: ${{ matrix.python-version == '3.11-dev' && matrix.os == 'macOS' }} if: ${{ matrix.python-version == '3.11-dev' }}
run: poetry run pip install git+https://github.com/pypa/pip.git@fbb7f0b293f1d9289d8c76a556540325b9a172b2 run: poetry run pip install git+https://github.com/pypa/pip.git@f8a25921e5c443b07483017b0ffdeb08b9ba2fdf
- name: Install dependencies - name: Install dependencies
run: poetry install --with github-actions run: poetry install --with github-actions
......
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