Skip to content

Commit 355bfd4

Browse files
Update ci/thirdparty-testing/run_cvxpy_tests.sh
Co-authored-by: James Lamb <jaylamb20@gmail.com>
1 parent 6fd9f84 commit 355bfd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/thirdparty-testing/run_cvxpy_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ python -m pip install \
3232
'pytest-error-for-skips>=2.0.2' \
3333
"$(echo ./dist/cvxpy*.whl)[CUOPT,testing]"
3434

35+
# ensure that environment is still consistent (i.e. cvxpy requirements do not conflict with cuopt's)
36+
pip check
37+
3538
echo "running 'cvxpy' tests"
3639
timeout 3m python -m pytest \
3740
--verbose \

0 commit comments

Comments
 (0)