Skip to content

Commit

Permalink
Fix (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsavelyev authored Nov 29, 2022
1 parent 5ed7ce7 commit be337d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ python/hailtop/hailctl/deploy.yaml: $(resources) python/requirements.txt
for FILE in $(notdir $(resources)); do \
echo " $$FILE: $(cloud_base)/$$FILE" >> $@ || exit 1; done
echo " wheel: $(wheel_cloud_path)" >> $@
echo " pip_dependencies: $(shell cat python/requirements.txt python/hailtop/requirements.txt | grep '^\-r ' | sed '/^[[:blank:]]*#/d;s/#.*//' | grep -v pyspark | tr "\n" "|||")" >> $@
echo " pip_dependencies: $(shell cat python/requirements.txt python/hailtop/requirements.txt | grep -v '^\-r ' | sed '/^[[:blank:]]*#/d;s/#.*//' | grep -v pyspark | tr "\n" "|||")" >> $@

.PHONY: upload-artifacts
upload-artifacts: $(WHEEL)
Expand Down

0 comments on commit be337d4

Please sign in to comment.