From b582460c0b84a14907b014157fb37f74f54fe544 Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Mon, 13 Jan 2025 09:46:32 -0800 Subject: [PATCH] fix azure path issue --- ci/azure-piplines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure-piplines.yml b/ci/azure-piplines.yml index a89b50c5f9..5fb65c5f96 100644 --- a/ci/azure-piplines.yml +++ b/ci/azure-piplines.yml @@ -29,7 +29,7 @@ jobs: # (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 ../ + cd s pip install . cd ../hera_cal displayName: install pyuvdata