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 5311d6a commit cc2dc61Copy full SHA for cc2dc61
.github/workflows/base.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Install python ${{ matrix.nox_session.python }} for tests (3.5)
75
if: contains(fromJson('["3.5"]'), matrix.nox_session.python )
76
uses: MatteoH2O1999/setup-python@v4 # actions/[email protected]
77
- id: set-py
+ id: set-py-35
78
with:
79
python-version: ${{ matrix.nox_session.python }}
80
architecture: x64
0 commit comments