Skip to content

Commit 116c398

Browse files
update dependency checker YAML to install dependencies (#41590)
* Notify if dependency releases a major version * Renaming and taking co pilot suggestions * black fixes * spell fixes * black fixes * update dependency YAML * review comment fix
1 parent ddbcd00 commit 116c398

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependency-checker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
uses: actions/setup-python@v4
1616
with:
1717
python-version: 3.11
18+
19+
- name: Install Dependencies
20+
run: pip install packaging==25.0 requests==2.32.4
1821

1922
- name: Run Script
2023
run: python sdk/ml/azure-ai-ml/scripts/major_updates.py

0 commit comments

Comments
 (0)