Skip to content

Commit

Permalink
editable install for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Oct 10, 2023
1 parent 3159ae5 commit 96994af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:

- script: |
python -m pip install --upgrade pip wheel
pip install .[dev,test]
pip install -e .[dev,test]
displayName: "Install dependencies"
condition: eq(variables['PRERELEASE_DEPENDENCIES'], 'no')
- script: |
python -m pip install --pre --upgrade pip wheel
pip install --pre .[dev,test]
pip install -e --pre .[dev,test]
displayName: "Install dependencies release candidates"
condition: eq(variables['PRERELEASE_DEPENDENCIES'], 'yes')
Expand Down

0 comments on commit 96994af

Please sign in to comment.