Skip to content

Commit

Permalink
fix sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
udsamani committed Sep 30, 2024
1 parent 9833906 commit 288d087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export EARTHLY ?= $(shell command -v earthly 2> /dev/null)
export POETRY ?= $(shell command -v poetry 2> /dev/null
export POETRY ?= $(shell command -v poetry 2> /dev/null)

# Should come from global make file
VERSION ?= $(or ${PYPI_VERSION}, $(shell ../scripts/get_current_version_for_builds.py --pep440))
Expand Down

0 comments on commit 288d087

Please sign in to comment.