From a59c3cee7fc701a694287f0ea10fec9a46a670cf Mon Sep 17 00:00:00 2001 From: "Ronald I." <14822065+rilma@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:41:39 +0000 Subject: [PATCH] let's see --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46d6431..1b2591c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,7 @@ jobs: run: | # make install pip install coveralls numpy + pip install -e . # - name: Run code test in Python programs # run: | # make test \ No newline at end of file