Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14298d8

Browse files
committed
typo
1 parent 8c84e4b commit 14298d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/env_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ sudo fc-cache -f
1010
# Once new Kaleido and Plotly versions are released, uncomment the line above, update the Plotly version,
1111
# and delete the two lines below.
1212
sudo python3 -m pip install "git+https://github.com/plotly/plotly.py.git@6837831" --progress-bar off
13-
sudo python3 -m pip install "'git+https://github.com/plotly/Kaleido.git@2a4bfa2#subdirectory=src/py'" --progress-bar off
13+
sudo python3 -m pip install "git+https://github.com/plotly/Kaleido.git@2a4bfa2#subdirectory=src/py" --progress-bar off
1414
# install numpy i.e. to convert arrays to typed arrays
1515
sudo python3 -m pip install numpy==1.24.2

0 commit comments

Comments
 (0)