Skip to content

Commit a5991e2

Browse files
committed
try to fix the weird hera_cal installs
1 parent a82c8c5 commit a5991e2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/azure-piplines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
pip install .[dev]
2626
displayName: install hera_cal
2727
28+
# re-install pyuvdata last to ensure the checked out code is installed
29+
# (because sometimes hera_cal pins to weird things and overwrites the earlier install.)
30+
# keep the earlier install because it ensures the right dependencies are grabbed.
31+
- bash: |
32+
cd ../
33+
pip install .
34+
cd ../hera_cal
35+
displayName: install pyuvdata
36+
2837
- bash: |
2938
pip list
3039
displayName: Environment Info

0 commit comments

Comments
 (0)