From 472d7344326fe455320fa5dd7166d2f2f2cc4b49 Mon Sep 17 00:00:00 2001 From: Samir Gupta Date: Fri, 1 Sep 2023 17:33:37 +1000 Subject: [PATCH] install current directory --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b02f2ac..ed5c88e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install . pip install -r ./requirements.txt pip install -r ./requirements_dev.txt - name: Tests