Skip to content

Commit 8463c94

Browse files
committed
further tests
1 parent 3c1900a commit 8463c94

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/buildtest_manylinux_wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ jobs:
1818
- name: Install cibuildwheel
1919
run: python -m pip install cibuildwheel==2.21.3
2020

21+
# OpenCL environment is now configured in pyproject.toml
2122
- name: Build wheels
2223
run: python -m cibuildwheel --output-dir wheelhouse
2324
env:
2425
CIBW_BUILD: cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64
25-
# OpenCL environment is now configured in pyproject.toml
26+
27+
- uses: actions/upload-artifact@v4
28+
with:
29+
name: wheel-manylinux
2630
path: ./wheelhouse/*.whl

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ build-verbosity = 0
190190
# before-build = ["git status"]
191191
# repair-wheel-command = ""
192192

193-
test-command = "pytest {project}/tests"
193+
test-command = "pytest {project}/tests --cov=nanopyx --doctest-modules --ignore-glob=run*Tools.py --cov-report term-missing"
194194
test-requires = [
195195
"pytest>=7.2",
196196
"pytest-cov>=4.0.0",

0 commit comments

Comments
 (0)