Skip to content

Commit

Permalink
fix
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 c763983 commit e8a1827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,14 @@ jobs:
python3 setup.py sdist build
python3 setup.py sdist bdist_wheel

- name: Install Wheel
- name: Install built package globally
run: pip install dist/*.whl

- name: Run Integration Test
- name: Run integration test
run: |
set +e
cd rebench
rebench -d -v ../rebench.conf e:TestRunner2
rebench ../rebench.conf e:TestRunner2
REBENCH_EXIT=$?
echo "rebench exit code: $REBENCH_EXIT"
Expand Down

0 comments on commit e8a1827

Please sign in to comment.