Skip to content

Commit f800786

Browse files
author
Sylvain MARIE
committed
Fixed SSL: CERTIFICATE_VERIFY_FAILED. See MatteoH2O1999/setup-python#44
1 parent e0b8734 commit f800786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4.1.1
6161

6262
- name: Install python ${{ matrix.nox_session.python }} for tests
63-
uses: MatteoH2O1999/setup-python@v3.0.0 # actions/setup-python@v5.0.0
63+
uses: MatteoH2O1999/setup-python@v3.2.1 # actions/setup-python@v5.0.0
6464
id: set-py
6565
with:
6666
python-version: ${{ matrix.nox_session.python }}

0 commit comments

Comments
 (0)