Skip to content

Commit

Permalink
Update Makefile comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark committed Nov 6, 2023
1 parent 5e11074 commit b533fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@ constraints.txt: $(REQUIREMENTS)
.dataflow-versions.txt \
$^ \
--output-file constraints.txt
# remove constraints from GitHub:
# remove constraints from GitHub, since pip does not support unnamed constraints,
# despite the fact that pip-compile includes them:
sed -i '/git+https/d' constraints.txt
# remove extras in name: e.g. apache-beam[gcp] --> apache-beam
sed -i.bak 's/\[.*\]//g' constraints.txt
Expand Down

0 comments on commit b533fcf

Please sign in to comment.