Commit 85a0913c by Mathieu Kniewallner Committed by Bjorn Neergaard

ci: remove obsolete certificates installation on macOS

https://github.com/actions/setup-python/issues/512 has been fixed by
https://github.com/actions/python-versions/pull/189, so the workaround
is no longer necessary.
parent 23c4f9b3
......@@ -52,11 +52,6 @@ jobs:
id: full-python-version
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")
# XXX: Certificates are not correctly installed for 3.11-dev -- remove when fixed.
- name: Install missing certificates on 3.11 for macOS
if: ${{ matrix.python-version == '3.11-dev' && matrix.os == 'macOS' }}
run: /Applications/Python\ 3.11/Install\ Certificates.command
- name: Bootstrap poetry
run: |
curl -sL https://install.python-poetry.org | python - -y
......
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