Skip to content

Commit 406d83c

Browse files
committed
Changing path for requirements.txt
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
1 parent 8716a9e commit 406d83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install flake8 pytest
3232
pip install -r requirements.txt
3333
- name: Install durabletask-azuremanaged dependencies
34-
working-directory: durabletask-azuremanaged
34+
working-directory: examples/dts
3535
run: |
3636
python -m pip install --upgrade pip
3737
pip install -r requirements.txt

0 commit comments

Comments
 (0)