Skip to content

Commit cc2dc61

Browse files
author
Sylvain MARIE
committed
Fixed GHA issue
1 parent 5311d6a commit cc2dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install python ${{ matrix.nox_session.python }} for tests (3.5)
7575
if: contains(fromJson('["3.5"]'), matrix.nox_session.python )
7676
uses: MatteoH2O1999/setup-python@v4 # actions/[email protected]
77-
id: set-py
77+
id: set-py-35
7878
with:
7979
python-version: ${{ matrix.nox_session.python }}
8080
architecture: x64

0 commit comments

Comments
 (0)