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]