Skip to content

Commit

Permalink
Fix handling of programs that produce no output
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 12, 2019
1 parent c90340a commit 91ae75f
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 89 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 1.6.3 (2019-10-12)

- Fixed handling of programs that produce no output.

# 1.6.2 (2019-02-15)

- Fixed handling of programs that produce output with file paths.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -45,7 +45,7 @@ DEPENDENCIES := $(VIRTUAL_ENV)/.poetry-$(shell bin/checksum pyproject.toml poetr
install: $(DEPENDENCIES) .cache

$(DEPENDENCIES): poetry.lock
@ poetry config settings.virtualenvs.in-project true
@ poetry config settings.virtualenvs.in-project true || poetry config virtualenvs.in-project true
poetry install
@ touch $@

Expand Down

0 comments on commit 91ae75f

Please sign in to comment.