Skip to content

Commit 9d49d5f

Browse files
Try fix 'Unknown' target for GH build
1 parent e7059e1 commit 9d49d5f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target:
55

66
.PHONY: init
77
init:
8+
pip3 install --upgrade pip
89
pip3 install -e .
910
.PHONY: test
1011
test: check-format

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ classifiers = [
3131
requires = ["setuptools>=61.0"]
3232
build-backend = "setuptools.build_meta"
3333

34-
[tool.setuptools.dynamic]
35-
version = {attr = "awslambdaric.VERSION"}
36-
3734
[project.optional-dependencies]
3835
dev = [
3936
"coverage>=4.4.0",

0 commit comments

Comments
 (0)