Skip to content

Commit 5806ad4

Browse files
authored
Update generate_data.py
1 parent 2f6fcf9 commit 5806ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/mgmt/automation/generate_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def sdk_automation_cadl(config: dict) -> List[dict]:
6767
subprocess.run('npm install "@azure-tools/[email protected]"', shell=True, check=True)
6868

6969
# install dependencies
70-
subprocess.run('npm install "@cadl-lang/compiler@~0.38.5" "@cadl-lang/[email protected]" "@azure-tools/[email protected]" "@cadl-lang/[email protected]" "@cadl-lang/[email protected]" "@cadl-lang/[email protected]"', shell=True, check=True)
70+
subprocess.run('npm install "@azure-tools/[email protected]" "@cadl-lang/[email protected]" "@cadl-lang/[email protected]" "@cadl-lang/[email protected]"', shell=True, check=True)
7171

7272
# check client.cadl
7373
cadl_source = '.'

0 commit comments

Comments
 (0)