Skip to content

Commit e54f99c

Browse files
committed
Use uv for pip
1 parent c29f6a4 commit e54f99c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ commands:
6464
name: Install pandas
6565
command: |
6666
source .venv/bin/activate
67-
pip install pandas==<<parameters.pandas_version>>
67+
uv pip install pip
68+
python -m pip install pandas==<<parameters.pandas_version>>
6869
6970
- run:
7071
name: Test core

0 commit comments

Comments
 (0)