We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf30c69 commit 4587573Copy full SHA for 4587573
.github/workflows/run-percy.yml
@@ -1,4 +1,4 @@
1
-name: CI Percy
+name: Run Percy
2
3
on:
4
push:
@@ -38,20 +38,6 @@ jobs:
38
run: |
39
source .venv/bin/activate
40
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
52
53
- uv pip list
54
- python --version
55
- name: Run percy snapshots
56
57
npm i @percy/cli
0 commit comments