From 4392c10d4a84458f8c74780fb96efbe11e284254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Fredrik=20Ki=C3=A6r?= <31612826+anders-kiaer@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:54:18 +0000 Subject: [PATCH] Test without pinning Dash --- .github/workflows/webviz-core-components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webviz-core-components.yml b/.github/workflows/webviz-core-components.yml index a0e1e7bd..86aab4a4 100644 --- a/.github/workflows/webviz-core-components.yml +++ b/.github/workflows/webviz-core-components.yml @@ -39,7 +39,7 @@ jobs: run: | npm ci --ignore-scripts --prefix ./react npm run copy-package-json --prefix ./react - pip install "dash<2.5" # Build issue upstream in dash==2.5 + # pip install "dash<2.5" # Build issue upstream in dash==2.5 pip install .[dependencies] pip install dash[dev]