Skip to content

Commit 1fc3d6c

Browse files
committed
remove make commnad stale
1 parent 17f42c2 commit 1fc3d6c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ install:
1919
install-speakeasy-cli:
2020
curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/install.sh | sh
2121

22-
## install-test: install test requirements as they cannot be put into pyproject.toml due to python version requirements mismatch
23-
.PHONY: install-test-contract
24-
install-test-contract:
25-
pip install unstructured pytest-httpx
26-
2722
#################
2823
# Test and Lint #
2924
#################

0 commit comments

Comments
 (0)