Skip to content

Commit d9c9c5e

Browse files
committed
Use pip for downgrade
1 parent 4664d15 commit d9c9c5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ commands:
6363
name: Install pandas
6464
command: |
6565
source .venv/bin/activate
66-
uv pip install pandas==<<parameters.pandas_version>>
66+
pip install pandas==<<parameters.pandas_version>>
6767
6868
- run:
6969
name: Test core
@@ -417,6 +417,7 @@ workflows:
417417
- "3.11"
418418
- "3.12"
419419
- test_optional_py:
420+
name: "Test optional with pandas 1.1"
420421
python_version: "3.9"
421422
pandas_version: "1.1"
422423
- python_39_percy

0 commit comments

Comments
 (0)