File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1717# reports:
1818# junit: test/pytest.xml
1919
20- stages :
21- - test
22- - deploy
23-
2420Pytest POCL :
25- stage : test
2621 script :
2722 - export PY_EXE=python3
2823 - export PYOPENCL_TEST=portable:pthread
@@ -39,7 +34,6 @@ Pytest POCL:
3934 junit : test/pytest.xml
4035
4136Pytest Titan V :
42- stage : test
4337 script :
4438 - py_version=3
4539 - export PYOPENCL_TEST=nvi:titan
@@ -57,7 +51,6 @@ Pytest Titan V:
5751 junit : test/pytest.xml
5852
5953Pytest Conda :
60- stage : test
6154 script :
6255 # Disable caching to ensure SymEngine code generation is exercised.
6356 - export SUMPY_NO_CACHE=1
@@ -74,7 +67,6 @@ Pytest Conda:
7467 junit : test/pytest.xml
7568
7669Pytest POCL Titan V :
77- stage : test
7870 script :
7971 # Disable caching to ensure SymEngine code generation is exercised.
8072 - export SUMPY_NO_CACHE=1
@@ -91,7 +83,6 @@ Pytest POCL Titan V:
9183 junit : test/pytest.xml
9284
9385Examples Conda :
94- stage : test
9586 script : |
9687 grep -v symengine .test-conda-env-py3.yml > .test-conda-env.yml
9788 CONDA_ENVIRONMENT=.test-conda-env.yml
@@ -106,7 +97,6 @@ Examples Conda:
10697 - tags
10798
10899Documentation :
109- stage : deploy
110100 script : |
111101 EXTRA_INSTALL="pybind11 numpy mako"
112102 curl -L -O https://tiker.net/ci-support-v0
@@ -119,7 +109,6 @@ Documentation:
119109 - linux
120110
121111Ruff :
122- stage : test
123112 script :
124113 - pipx install uv
125114 - uv run --only-group lint ruff check
You can’t perform that action at this time.
0 commit comments