From 972e48a3e7cca864c02ecbdfef380825e2a9194c Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Sun, 26 Jan 2025 22:30:29 +0000 Subject: [PATCH] Debug Signed-off-by: Stefan Marr --- .github/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cca24045..89ae8b2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: [push, pull_request] jobs: test-linux: + if: false runs-on: ubuntu-latest strategy: fail-fast: false @@ -63,6 +64,7 @@ jobs: if: ${{ matrix.coverage && env.COVERALLS_REPO_TOKEN != '' }} test-macos: + if: false runs-on: macos-latest name: "macOS: Python 3.12" steps: @@ -86,6 +88,7 @@ jobs: (cd rebench && rebench ../rebench.conf e:TestRunner2) test-docker: + if: false name: "Docker: python:3" runs-on: ubuntu-latest container: @@ -136,8 +139,8 @@ jobs: pip install pytest pip install . - pytest - (cd rebench && rebench -D ../rebench.conf e:TestRunner2) + # pytest + # (cd rebench && rebench -D ../rebench.conf e:TestRunner2) python3 setup.py sdist build python3 setup.py sdist bdist_wheel @@ -148,6 +151,10 @@ jobs: - name: Run integration test run: | set +e + + ls -lah /usr/local/lib/python3.9/site-packages/rebench/denoise.py + cat /usr/local/lib/python3.9/site-packages/rebench/denoise.py | tail -n 10 + cd rebench rebench -c ../rebench.conf e:TestRunner2 REBENCH_EXIT=$?