Thanks to visit codestin.com Credit goes to github.com
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 53dc043 commit f5c2becCopy full SHA for f5c2bec
.circleci/config.yml
@@ -204,10 +204,17 @@ jobs:
204
mkdir tests/percy/pandas2
205
mv tests/percy/*.html tests/percy/pandas2/
206
# 1.1 is the earliest minor with Py3.9 wheels
207
- pip install "pandas==1.1.5"
+ uv pip install pip
208
+ python -m pip install pandas==1.1.5 numpy==1.19.5
209
python tests/percy/plotly-express.py
210
python tests/percy/compare-pandas.py
211
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
218
- run:
219
name: Run percy snapshots
220
command: |
0 commit comments