Skip to content

Commit

Permalink
Remove constraint files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pedro-psb committed Jul 23, 2024
1 parent bce4095 commit db3dd7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ then
exit $s
fi

if [[ "$TEST" = "pulp" ]]; then
python3 .ci/scripts/calc_constraints.py -u requirements.txt > upperbounds_constraints.txt
fi
if [[ "$TEST" = "lowerbounds" ]]; then
python3 .ci/scripts/calc_constraints.py requirements.txt > lowerbounds_constraints.txt
fi
# if [[ "$TEST" = "pulp" ]]; then
# python3 .ci/scripts/calc_constraints.py -u requirements.txt > upperbounds_constraints.txt
# fi
# if [[ "$TEST" = "lowerbounds" ]]; then
# python3 .ci/scripts/calc_constraints.py requirements.txt > lowerbounds_constraints.txt
# fi

if [ -f $POST_BEFORE_INSTALL ]; then
source $POST_BEFORE_INSTALL
Expand Down

0 comments on commit db3dd7b

Please sign in to comment.