From 899a03a5cf07f6a6485d3adc91d1f992b6694466 Mon Sep 17 00:00:00 2001 From: Michael Feil Date: Sun, 18 Jun 2023 23:39:16 +0200 Subject: [PATCH] update ci --- .github/workflows/test_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index a0f9028..e7f78ef 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -88,7 +88,7 @@ jobs: run: | cd branch-dir pip install -r requirements_dev.txt - pip install -e . + pip install -e .[sentence_transformers] - name: create shinx docs from current branch # create shpinx api autodocs of opensentiment and move them to docs # makefile: make html build the the docs/_build/html/