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 05cba57 commit 5de3eb6Copy full SHA for 5de3eb6
Makefile
@@ -13,5 +13,5 @@ test-prod: build
13
docker run -it -v ${PWD}:/usr/src -w /usr/src \
14
-e LABELBOX_TEST_ENVIRON="prod" \
15
-e LABELBOX_TEST_ENDPOINT="https://api.labelbox.com/graphql" \
16
- -e LABELBOX_TEST_API_KEY="<REPLACE>"
+ -e LABELBOX_TEST_API_KEY="<REPLACE>" \
17
local/labelbox-python:test pytest $(PATH_TO_TEST)
0 commit comments