We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852b8c7 commit 457df6cCopy full SHA for 457df6c
.github/workflows/main.yml
@@ -88,7 +88,7 @@ jobs:
88
- uses: actions/checkout@v4
89
90
- name: Work around pip SSL cert verify error
91
- run: sudo $PIP config set global.trusted-host 'pypi.python.org pypi.org files.pythonhosted.org'
+ run: $PIP config set global.trusted-host 'pypi.python.org pypi.org files.pythonhosted.org'
92
93
- name: Set up Python 3.5
94
uses: actions/setup-python@v5
0 commit comments