We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2348e commit 65847a1Copy full SHA for 65847a1
.github/workflows/tests.yaml
@@ -40,7 +40,7 @@ jobs:
40
python-version: ${{ matrix.python }}
41
- if: matrix.python == 'pyodide'
42
uses: actions/setup-python@v5
43
- with: {python-version: 3}
+ with: {python-version: 3.12}
44
45
uses: actions/setup-node@v4
46
- name: Install
0 commit comments