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 19e2c9a commit f780164Copy full SHA for f780164
.circleci/config.yml
@@ -168,7 +168,7 @@ jobs:
168
mkdir tests/percy/pandas2
169
mv tests/percy/*.html tests/percy/pandas2/
170
# 1.1 is the earliest minor with Py3.9 wheels
171
- uv pip install "pandas==1.1.5"
+ pip install "pandas==1.1.5"
172
python tests/percy/plotly-express.py
173
python tests/percy/compare-pandas.py
174
rm -rf tests/percy/pandas2
0 commit comments