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 5ce6e1f commit 04f2541Copy full SHA for 04f2541
.github/workflows/main.yml
@@ -19,12 +19,12 @@ jobs:
19
fail-fast: false
20
matrix:
21
os: [ubuntu-latest]
22
- pyodide-version: ['0.27.0a2']
+ pyodide-version: ["0.27.2"]
23
test-config: [
24
- # FIXME: recent version of chrome gets timeout
25
- {runner: selenium, runtime: chrome, runtime-version: "125" },
26
- {runner: selenium, runtime: node, runtime-version: "22" },
27
- ]
+ # FIXME: recent version of chrome gets timeout
+ { runner: selenium, runtime: chrome, runtime-version: "125" },
+ { runner: selenium, runtime: node, runtime-version: "22" },
+ ]
28
29
steps:
30
- uses: actions/checkout@v4
0 commit comments