We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810dca9 commit 284e9bcCopy full SHA for 284e9bc
.circleci/config.yml
@@ -268,15 +268,13 @@ jobs:
268
pip install "pandas==1.1.5"
269
python test/percy/plotly-express.py
270
python test/percy/compare-pandas.py
271
+ rm -rf test/percy/pandas2
272
- run:
273
name: Run percy snapshots
274
command: |
275
npm i @percy/cli
276
npx percy snapshot -c test/percy/snapshots.yml test/percy/
277
rm test/percy/*.html
- rm -rf test/percy/pandas2
278
- - store_artifacts:
279
- path: test/percy
280
281
# Chart studio
282
python_37_chart_studio:
0 commit comments