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 a82c8c5 commit a5991e2Copy full SHA for a5991e2
ci/azure-piplines.yml
@@ -25,6 +25,15 @@ jobs:
25
pip install .[dev]
26
displayName: install hera_cal
27
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
+
37
- bash: |
38
pip list
39
displayName: Environment Info
0 commit comments