Skip to content

Commit f5c2bec

Browse files
committed
Use uv for percy tests
1 parent 53dc043 commit f5c2bec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.circleci/config.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,17 @@ jobs:
204204
mkdir tests/percy/pandas2
205205
mv tests/percy/*.html tests/percy/pandas2/
206206
# 1.1 is the earliest minor with Py3.9 wheels
207-
pip install "pandas==1.1.5"
207+
uv pip install pip
208+
python -m pip install pandas==1.1.5 numpy==1.19.5
208209
python tests/percy/plotly-express.py
209210
python tests/percy/compare-pandas.py
210211
rm -rf tests/percy/pandas2
212+
- run:
213+
name: List installed packages and python version
214+
command: |
215+
source .venv/bin/activate
216+
uv pip list
217+
python --version
211218
- run:
212219
name: Run percy snapshots
213220
command: |

0 commit comments

Comments
 (0)