Skip to content

Commit

Permalink
try to fix the weird hera_cal installs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Jan 14, 2025
1 parent a82c8c5 commit a5991e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/azure-piplines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
pip install .[dev]
displayName: install hera_cal
# re-install pyuvdata last to ensure the checked out code is installed
# (because sometimes hera_cal pins to weird things and overwrites the earlier install.)
# keep the earlier install because it ensures the right dependencies are grabbed.
- bash: |
cd ../
pip install .
cd ../hera_cal
displayName: install pyuvdata
- bash: |
pip list
displayName: Environment Info
Expand Down

0 comments on commit a5991e2

Please sign in to comment.