Skip to content

Commit 25ad82b

Browse files
committed
Update durabletask tests to use the local code
1 parent 2d12059 commit 25ad82b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/durabletask-azuremanaged.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
python -m pip install --upgrade pip
7373
pip install -r requirements.txt
7474
75+
- name: Install durabletask-azuremanaged locally
76+
working-directory: durabletask-azuremanaged
77+
run: |
78+
pip install . --no-deps --force-reinstall
79+
7580
- name: Run the tests
7681
working-directory: tests/durabletask-azuremanaged
7782
run: |

0 commit comments

Comments
 (0)