Skip to content

Commit 788e115

Browse files
authored
Use requirements.txt for dependency installation
1 parent ad00e29 commit 788e115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-dts-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: |
5252
python -m pip install --upgrade pip
53-
pip install azure-identity
53+
pip install -r requirements.txt
5454
5555
- name: Run the tests
5656
working-directory: examples/dts

0 commit comments

Comments
 (0)