Skip to content

Commit

Permalink
Test without pinning Dash
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Jan 29, 2024
1 parent 1f9f9d1 commit 4392c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webviz-core-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4392c10

Please sign in to comment.