We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a49240 commit 38eeabcCopy full SHA for 38eeabc
.github/workflows/pr-validation.yml
@@ -25,11 +25,12 @@ jobs:
25
uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
- - name: Install durabletask dependencies
+ - name: Install durabletask dependencies and the library itself in editable mode
29
run: |
30
python -m pip install --upgrade pip
31
pip install flake8 pytest
32
pip install -r requirements.txt
33
+ pip install -e .
34
- name: Install durabletask-azuremanaged dependencies
35
working-directory: examples/dts
36
0 commit comments