Skip to content

Commit 43c5e75

Browse files
committed
typo
1 parent c04f70c commit 43c5e75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,14 @@ jobs:
9292
name: Inject Percy Environment variables
9393
command: |
9494
echo 'export PERCY_TOKEN="$PERCY_PYTHON_TOKEN_V0"' >> $BASH_ENV
95-
9695
- run:
9796
name: Install requirements
9897
command: |
9998
pip install -e ./packages/python/plotly
100-
10199
- run:
102100
name: Build html figures
103101
command: |
104102
python tests/percy/plotly.express.py
105-
106103
- run:
107104
name: Run percy snapshots
108105
command: |

0 commit comments

Comments
 (0)