Skip to content

Commit 7475ee5

Browse files
committed
Can't do 65
1 parent 167af94 commit 7475ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_pr_and_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
echo "*** Install Pyomo dependencies ***"
353353
# For windows, cannot use newer setuptools because of APPSI compilation issues
354354
if test "${{matrix.TARGET}}" == 'win'; then
355-
CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<65.0.0 platformdirs<3.0 pip<24.0"
355+
CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0 platformdirs<3.0 pip<24.0"
356356
fi
357357
# Note: this will fail the build if any installation fails (or
358358
# possibly if it outputs messages to stderr)

0 commit comments

Comments
 (0)