Skip to content

Commit

Permalink
Extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt authored Sep 30, 2024
1 parent 6b8420b commit 14e6aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
echo "*** Install Pyomo dependencies ***"
# For windows, cannot use newer setuptools because of APPSI compilation issues
if test "${{matrix.TARGET}}" == 'win'; then
CONDA_DEPENDENCIES = "$CONDA_DEPENDENCIES setuptools<74.0.0"
CONDA_DEPENDENCIES="$CONDA_DEPENDENCIES setuptools<74.0.0"
fi
# Note: this will fail the build if any installation fails (or
# possibly if it outputs messages to stderr)
Expand Down

0 comments on commit 14e6aef

Please sign in to comment.