We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4664d15 commit d9c9c5eCopy full SHA for d9c9c5e
.circleci/config.yml
@@ -63,7 +63,7 @@ commands:
63
name: Install pandas
64
command: |
65
source .venv/bin/activate
66
- uv pip install pandas==<<parameters.pandas_version>>
+ pip install pandas==<<parameters.pandas_version>>
67
68
- run:
69
name: Test core
@@ -417,6 +417,7 @@ workflows:
417
- "3.11"
418
- "3.12"
419
- test_optional_py:
420
+ name: "Test optional with pandas 1.1"
421
python_version: "3.9"
422
pandas_version: "1.1"
423
- python_39_percy
0 commit comments