Skip to content

Commit 4587573

Browse files
committed
remove pandas 1 2 comparison
1 parent cf30c69 commit 4587573

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/run-percy.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Percy
1+
name: Run Percy
22

33
on:
44
push:
@@ -38,20 +38,6 @@ jobs:
3838
run: |
3939
source .venv/bin/activate
4040
python tests/percy/plotly-express.py
41-
- name: Build HTML figures (Pandas 1) and compare
42-
run: |
43-
source .venv/bin/activate
44-
mkdir tests/percy/pandas2
45-
mv tests/percy/*.html tests/percy/pandas2/
46-
uv pip install pandas==1.5.3 numpy==1.26.4
47-
python tests/percy/plotly-express.py
48-
python tests/percy/compare-pandas.py
49-
rm -rf tests/percy/pandas2
50-
- name: List installed packages and python version
51-
run: |
52-
source .venv/bin/activate
53-
uv pip list
54-
python --version
5541
- name: Run percy snapshots
5642
run: |
5743
npm i @percy/cli

0 commit comments

Comments
 (0)