Skip to content

Commit

Permalink
missing poetry venv to run current_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lavie committed Aug 6, 2021
1 parent eab13d4 commit 632d897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CUR_VER := $(shell ./current_version.py)
CUR_VER := $(shell poetry run ./current_version.py)
SHELL := bash

.PHONY: build
Expand Down

0 comments on commit 632d897

Please sign in to comment.