Skip to content

Commit 8d58c3a

Browse files
authored
Merge pull request #41 from ks6088ts-labs/bugfix/issue-40_recover-ci
update docker command for ci test
2 parents 3cbb752 + b99f12f commit 8d58c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ci-test: install-deps-dev format-check lint test ## run CI tests
5050
# ---
5151
DOCKER_REPO_NAME ?= ks6088ts
5252
DOCKER_IMAGE_NAME ?= workshop-azure-openai
53-
DOCKER_COMMAND ?= python main.py
53+
DOCKER_COMMAND ?= python --version
5454

5555
# Tools
5656
TOOLS_DIR ?= $(HOME)/.local/bin

0 commit comments

Comments
 (0)