Skip to content
Snippets Groups Projects
Commit 2398e787 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Use python3.11 in pipeline

parent af98cf81
No related branches found
No related tags found
1 merge request!13Use netcdf4 as default engine
Pipeline #27981 passed
......@@ -48,13 +48,21 @@ test_39:
script:
- /tmp/test/bin/python -m pytest -vv
test_310:
<< : *py_test
before_script:
- conda create -q -p /tmp/test python=3.10 pip dask -y
- /tmp/test/bin/python -m pip install -e .[test]
script:
- /tmp/test/bin/python -m pytest -vv
pages:
stage: report
needs: []
tags:
- conda
before_script:
- conda create -c conda-forge -q -p /tmp/test python=3.10 pip dask -y
- conda create -c conda-forge -q -p /tmp/test python=3.11 pip dask hdf5 -y
- /tmp/test/bin/python -m pip install -e .[test]
script:
- /tmp/test/bin/coverage run -m pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment