File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- promptflow [azure ]
1+ promptflow [azure ]== 1.14.0
22promptflow-tools
33python-dotenv
44bs4
Original file line number Diff line number Diff line change 1- from pathlib import Path # noqa: C4726
1+ from pathlib import Path
22
33PROMPTFLOW_ROOT = Path (__file__ ).parent .parent
44RUNTIME_TEST_CONFIGS_ROOT = Path (PROMPTFLOW_ROOT / "tests/test_configs/runtime" )
1010# below constants are used for pfazure and global config tests
1111DEFAULT_SUBSCRIPTION_ID = "96aede12-2f73-41cb-b983-6d11a904839b"
1212DEFAULT_RESOURCE_GROUP_NAME = "promptflow"
13- DEFAULT_WORKSPACE_NAME = "promptflow-eastus "
13+ DEFAULT_WORKSPACE_NAME = "promptflow-eastus2euap "
1414DEFAULT_COMPUTE_INSTANCE_NAME = "ci-lin-cpu-sp"
1515DEFAULT_RUNTIME_NAME = "test-runtime-ci"
1616DEFAULT_REGISTRY_NAME = "promptflow-preview"
You can’t perform that action at this time.
0 commit comments