We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f42c2 commit 1fc3d6cCopy full SHA for 1fc3d6c
Makefile
@@ -19,11 +19,6 @@ install:
19
install-speakeasy-cli:
20
curl -fsSL https://raw.githubusercontent.com/speakeasy-api/speakeasy/main/install.sh | sh
21
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
-
27
#################
28
# Test and Lint #
29
0 commit comments