projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4467a3b
)
Fix python and pyodide version
author
Anthony Green
<green@moxielogic.com>
Thu, 31 Aug 2023 20:31:42 +0000
(16:31 -0400)
committer
Anthony Green
<green@moxielogic.com>
Thu, 31 Aug 2023 20:31:42 +0000
(16:31 -0400)
.github/workflows/emscripten.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/emscripten.yml
b/.github/workflows/emscripten.yml
index 9a7d366a0350af3e8ad458dca9db59cc15e25209..1a5923824c746e0f80301107825cf00d516da007 100644
(file)
--- a/
.github/workflows/emscripten.yml
+++ b/
.github/workflows/emscripten.yml
@@
-145,11
+145,11
@@
jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: pyodide-env
- python-version:
"3.11"
+ python-version:
${{ env.PYTHON_VERSION }}
channels: conda-forge
- name: Install test dependencies
run: |
- pip install pytest-pyodide==
0.23.2
+ pip install pytest-pyodide==
${{ env.PYODIDE_VERSION }}
- name:
run: |