Skip to content

Commit

Permalink
testing from dist install does not work, use editable install again
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Nov 18, 2024
1 parent b93b0e0 commit 50fa58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/scripts/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ steps:
- template: sdist.yml

- script: |
python -m pip install dist/*
displayName: 'Install module from sdist'
python -m pip install -e .
displayName: 'Build/install module'

- script: |
pip install numpy jedi typing_extensions
Expand Down

0 comments on commit 50fa58d

Please sign in to comment.