Skip to content

Commit e350e8b

Browse files
authored
ci: pin micromamba version and bump Pyodide version (#1633)
* Pin micromamba version until there is a new release * Try pinning pydantic * Bump pyodide version
1 parent fe9ad24 commit e350e8b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
--strict-channel-priority
3939
conda-forge/label/python_rc::_python_rc
4040
python=${{ matrix.python-version }}
41+
micromamba-version: 2.6.0-0 # unpin when there is a release newer than 2.6.1-0
4142

4243
- name: Set PYTHON_GIL=0 for free-threaded builds
4344
if: contains(matrix.python-version, 'python-freethreading')
@@ -139,8 +140,8 @@ jobs:
139140
runs-on: ubuntu-latest
140141
timeout-minutes: 30
141142
env:
142-
PYODIDE_VERSION: 0.28.1
143-
PYODIDE_BUILD_VERSION: 0.30.5
143+
PYODIDE_VERSION: 0.29.4
144+
PYODIDE_BUILD_VERSION: 0.34.4
144145
AWKWARD_VERSION: v2.8.5
145146

146147
steps:

0 commit comments

Comments
 (0)