Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove pandas 1 2 comparison
  • Loading branch information
emilykl committed Apr 3, 2026
commit 5e1e0ec80b35152e943cbac5044d6692c934b006
16 changes: 1 addition & 15 deletions .github/workflows/run-percy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Percy
name: Run Percy

on:
push:
Expand Down Expand Up @@ -38,20 +38,6 @@ jobs:
run: |
source .venv/bin/activate
python tests/percy/plotly-express.py
- name: Build HTML figures (Pandas 1) and compare
run: |
source .venv/bin/activate
mkdir tests/percy/pandas2
mv tests/percy/*.html tests/percy/pandas2/
uv pip install pandas==1.5.3 numpy==1.26.4
python tests/percy/plotly-express.py
python tests/percy/compare-pandas.py
rm -rf tests/percy/pandas2
- name: List installed packages and python version
run: |
source .venv/bin/activate
uv pip list
python --version
- name: Run percy snapshots
run: |
npm i @percy/cli
Expand Down
Loading