From 7b044503d72fffca176aaa12a99f2bf703a1b562 Mon Sep 17 00:00:00 2001 From: ion-elgreco <15728914+ion-elgreco@users.noreply.github.com> Date: Thu, 21 Dec 2023 23:59:45 +0100 Subject: [PATCH] install in env --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 79541f2..7fc5ea6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -167,5 +167,7 @@ jobs: mkdocs-material- - run: pip install -r requirements.txt working-directory: polars_distance + - run: make install + working-directory: polars_distance - run: mkdocs gh-deploy --force working-directory: polars_distance \ No newline at end of file