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 c29f6a4 commit e54f99cCopy full SHA for e54f99c
1 file changed
.circleci/config.yml
@@ -64,7 +64,8 @@ commands:
64
name: Install pandas
65
command: |
66
source .venv/bin/activate
67
- pip install pandas==<<parameters.pandas_version>>
+ uv pip install pip
68
+ python -m pip install pandas==<<parameters.pandas_version>>
69
70
- run:
71
name: Test core
0 commit comments