Skip to content

Commit eebee30

Browse files
minor fixes
1 parent 1bc73b7 commit eebee30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ test-python-sdk: typecheck format prepare-aidbox-runme lint
7979
fi
8080

8181
# Run mypy in strict mode
82-
cd $(PYTHON_SDK_EXAMPLE) && \
82+
cd $(PYTHON_SDK_EXAMPLE)/generated && \
8383
. venv/bin/activate && \
8484
mypy --strict .
8585

86-
cd $(PYTHON_SDK_EXAMPLE)/generated && \
86+
cd $(PYTHON_SDK_EXAMPLE) && \
8787
. venv/bin/activate && \
8888
python -m pytest test_sdk.py -v

0 commit comments

Comments
 (0)