Skip to content

Commit 84dde9e

Browse files
committed
Fix plotly-geo install
1 parent d69f1dc commit 84dde9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ commands:
5050
- run:
5151
name: Install plotly-geo
5252
command: |
53-
. venv/bin/activate
54-
pip install plotly-geo
53+
source .venv/bin/activate
54+
uv pip install plotly-geo
5555
- run:
5656
name: Test core
5757
command: |

0 commit comments

Comments
 (0)