Skip to content

Commit 38eeabc

Browse files
committed
fix github workflow pytest
1 parent 9a49240 commit 38eeabc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28-
- name: Install durabletask dependencies
28+
- name: Install durabletask dependencies and the library itself in editable mode
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install flake8 pytest
3232
pip install -r requirements.txt
33+
pip install -e .
3334
- name: Install durabletask-azuremanaged dependencies
3435
working-directory: examples/dts
3536
run: |

0 commit comments

Comments
 (0)