We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab519c commit c29f6a4Copy full SHA for c29f6a4
.circleci/config.yml
@@ -76,6 +76,7 @@ commands:
76
name: Test optional
77
command: |
78
source .venv/bin/activate
79
+ uv pip list | grep pandas
80
python -m pytest tests/test_optional
81
no_output_timeout: 40m
82
- run:
0 commit comments