We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc73b7 commit eebee30Copy full SHA for eebee30
1 file changed
Makefile
@@ -79,10 +79,10 @@ test-python-sdk: typecheck format prepare-aidbox-runme lint
79
fi
80
81
# Run mypy in strict mode
82
- cd $(PYTHON_SDK_EXAMPLE) && \
+ cd $(PYTHON_SDK_EXAMPLE)/generated && \
83
. venv/bin/activate && \
84
mypy --strict .
85
86
- cd $(PYTHON_SDK_EXAMPLE)/generated && \
+ cd $(PYTHON_SDK_EXAMPLE) && \
87
88
python -m pytest test_sdk.py -v
0 commit comments