CI: call pip3.14 instead of pip
This commit is contained in:
parent
ad7690af01
commit
222c95180f
@ -14,7 +14,7 @@ require:
|
|||||||
# ipython and pythran installed from PyPI, not available in RHEL
|
# ipython and pythran installed from PyPI, not available in RHEL
|
||||||
# Add ipython again when upstream resolves https://github.com/cython/cython/issues/7075
|
# Add ipython again when upstream resolves https://github.com/cython/cython/issues/7075
|
||||||
test: |
|
test: |
|
||||||
pip install pythran==0.18.0 &&
|
pip3.14 install pythran==0.18.0 &&
|
||||||
cd $(dirname $TMT_SOURCE_DIR/cython-*/tests) &&
|
cd $(dirname $TMT_SOURCE_DIR/cython-*/tests) &&
|
||||||
python3.14 runtests.py -vv --no-pyregr --exclude 'run.pstats_profile_test*'
|
python3.14 runtests.py -vv --no-pyregr --exclude 'run.pstats_profile_test*'
|
||||||
duration: 240m
|
duration: 240m
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user