Skip to content

Commit f780164

Browse files
committed
Revert to pip for pandas downgrade
1 parent 19e2c9a commit f780164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
mkdir tests/percy/pandas2
169169
mv tests/percy/*.html tests/percy/pandas2/
170170
# 1.1 is the earliest minor with Py3.9 wheels
171-
uv pip install "pandas==1.1.5"
171+
pip install "pandas==1.1.5"
172172
python tests/percy/plotly-express.py
173173
python tests/percy/compare-pandas.py
174174
rm -rf tests/percy/pandas2

0 commit comments

Comments
 (0)