Skip to content

Commit 284e9bc

Browse files
committed
remove pandas2 images so percy doesn't try to run them
1 parent 810dca9 commit 284e9bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,13 @@ jobs:
268268
pip install "pandas==1.1.5"
269269
python test/percy/plotly-express.py
270270
python test/percy/compare-pandas.py
271+
rm -rf test/percy/pandas2
271272
- run:
272273
name: Run percy snapshots
273274
command: |
274275
npm i @percy/cli
275276
npx percy snapshot -c test/percy/snapshots.yml test/percy/
276277
rm test/percy/*.html
277-
rm -rf test/percy/pandas2
278-
- store_artifacts:
279-
path: test/percy
280278
281279
# Chart studio
282280
python_37_chart_studio:

0 commit comments

Comments
 (0)