From de38cc030ce8d73bded4a0ec9c5b1af1fad2dfa8 Mon Sep 17 00:00:00 2001 From: Mostafa Farrag Date: Mon, 12 Aug 2024 00:18:12 +0200 Subject: [PATCH] add --no-deps to the repo deployment in the notebook testing --- .github/workflows/conda-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-deployment.yml b/.github/workflows/conda-deployment.yml index b3db89c..bb51d70 100644 --- a/.github/workflows/conda-deployment.yml +++ b/.github/workflows/conda-deployment.yml @@ -46,5 +46,5 @@ jobs: shell: bash -el {0} run: | conda activate test - pip install -e . + pip install -e . --no-deps pytest --nbval -k ".ipynb"