From 4da625e4398bdd937c2b788592f15f7530148292 Mon Sep 17 00:00:00 2001 From: Mathias Guijarro Date: Tue, 16 Apr 2024 12:34:33 +0200 Subject: [PATCH] fix: renaming of bec_client to bec_ipython_client --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f86b7d16..0c552186 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,7 +147,7 @@ end-2-end-conda: - source ./bin/install_bec_dev.sh -t - pip install -e ./bec_lib[dev] - - pip install -e ./bec_client[dev] + - pip install -e ./bec_ipython_client[dev] - cd ../ - pip install -e .[dev] - cd ./tests/end-2-end