Skip to content

Commit c29f6a4

Browse files
committed
Add check for pandas version to confirm correct install
1 parent cab519c commit c29f6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ commands:
7676
name: Test optional
7777
command: |
7878
source .venv/bin/activate
79+
uv pip list | grep pandas
7980
python -m pytest tests/test_optional
8081
no_output_timeout: 40m
8182
- run:

0 commit comments

Comments
 (0)