From 19aa0aaea1a1b3e8de91a2edb5b19a4076f9c6dc Mon Sep 17 00:00:00 2001 From: ThoreOlthoff Date: Wed, 31 Jul 2024 13:08:06 +0200 Subject: [PATCH] pytest for ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 632a0d2..abf3eed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,5 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install pytest - pytest \ No newline at end of file + pip install -e . + pytest \ No newline at end of file