Skip to content

Commit

Permalink
ci: remove obsolete certificates installation on macOS
Browse files Browse the repository at this point in the history
actions/setup-python#512 has been fixed by
actions/python-versions#189, so the workaround
is no longer necessary.
  • Loading branch information
mkniewallner authored and neersighted committed Oct 3, 2022
1 parent 23c4f9b commit 85a0913
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85a0913

Please sign in to comment.