Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f5c2bec

Browse files
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‎

Lines changed: 8 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /