diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e2843cf..af6e7bb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,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