Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 26, 2025
1 parent 6691a58 commit edef741
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
test-linux:
if: false
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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=$?
Expand Down

0 comments on commit edef741

Please sign in to comment.