We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c22ad8 commit 001201cCopy full SHA for 001201c
.github/workflows/pyodide.yml
@@ -32,6 +32,8 @@ jobs:
32
uses: actions/checkout@v4
33
- name: Setup Python
34
uses: actions/setup-python@v5
35
+ with:
36
+ python-version: '3.11'
37
- name: install requirements
38
run: pip install -r requirements.txt
39
- name: install pyodide requirements
0 commit comments