We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9ad24 commit e350e8bCopy full SHA for e350e8b
1 file changed
.github/workflows/build-test.yml
@@ -38,6 +38,7 @@ jobs:
38
--strict-channel-priority
39
conda-forge/label/python_rc::_python_rc
40
python=${{ matrix.python-version }}
41
+ micromamba-version: 2.6.0-0 # unpin when there is a release newer than 2.6.1-0
42
43
- name: Set PYTHON_GIL=0 for free-threaded builds
44
if: contains(matrix.python-version, 'python-freethreading')
@@ -139,8 +140,8 @@ jobs:
139
140
runs-on: ubuntu-latest
141
timeout-minutes: 30
142
env:
- PYODIDE_VERSION: 0.28.1
143
- PYODIDE_BUILD_VERSION: 0.30.5
+ PYODIDE_VERSION: 0.29.4
144
+ PYODIDE_BUILD_VERSION: 0.34.4
145
AWKWARD_VERSION: v2.8.5
146
147
steps:
0 commit comments