diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 8fef277..5e986fc 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -50,7 +50,7 @@ jobs: - name: Run tests run: | - pytest --cov-config=.coveragerc --cov-report=xml --cov=abl ./tests + pytest --cov-config=.coveragerc --cov-report=xml --cov=ablkit ./tests - name: Publish code coverage uses: codecov/codecov-action@v1 diff --git a/examples/hed/requirements.txt b/examples/hed/requirements.txt index 11aaa3a..931b511 100644 --- a/examples/hed/requirements.txt +++ b/examples/hed/requirements.txt @@ -1,2 +1,2 @@ -abl +ablkit gdown \ No newline at end of file diff --git a/examples/hwf/requirements.txt b/examples/hwf/requirements.txt index ee7cc5e..2fe9ad1 100644 --- a/examples/hwf/requirements.txt +++ b/examples/hwf/requirements.txt @@ -1,3 +1,3 @@ -abl +ablkit gdown matplotlib \ No newline at end of file diff --git a/examples/mnist_add/requirements.txt b/examples/mnist_add/requirements.txt index 24fb7af..27ef852 100644 --- a/examples/mnist_add/requirements.txt +++ b/examples/mnist_add/requirements.txt @@ -1,2 +1,2 @@ -abl +ablkit matplotlib \ No newline at end of file diff --git a/examples/zoo/requirements.txt b/examples/zoo/requirements.txt index 2f73c5b..bfff0a9 100644 --- a/examples/zoo/requirements.txt +++ b/examples/zoo/requirements.txt @@ -1,4 +1,4 @@ -abl +ablkit z3-solver openml scikit-learn \ No newline at end of file