Skip to content

Commit d822dba

Browse files
author
Ying Chen
committed
update sample dependency
1 parent 2f90e15 commit d822dba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
promptflow[azure]
1+
promptflow[azure]==1.14.0
22
promptflow-tools
33
python-dotenv
44
bs4

src/promptflow/tests/_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pathlib import Path # noqa: C4726
1+
from pathlib import Path
22

33
PROMPTFLOW_ROOT = Path(__file__).parent.parent
44
RUNTIME_TEST_CONFIGS_ROOT = Path(PROMPTFLOW_ROOT / "tests/test_configs/runtime")
@@ -10,7 +10,7 @@
1010
# below constants are used for pfazure and global config tests
1111
DEFAULT_SUBSCRIPTION_ID = "96aede12-2f73-41cb-b983-6d11a904839b"
1212
DEFAULT_RESOURCE_GROUP_NAME = "promptflow"
13-
DEFAULT_WORKSPACE_NAME = "promptflow-eastus"
13+
DEFAULT_WORKSPACE_NAME = "promptflow-eastus2euap"
1414
DEFAULT_COMPUTE_INSTANCE_NAME = "ci-lin-cpu-sp"
1515
DEFAULT_RUNTIME_NAME = "test-runtime-ci"
1616
DEFAULT_REGISTRY_NAME = "promptflow-preview"

0 commit comments

Comments
 (0)