From 1951048ef66eda1735d343663f9fcb23fd5260e3 Mon Sep 17 00:00:00 2001 From: bikegeek Date: Fri, 29 Mar 2024 21:46:02 -0600 Subject: [PATCH] add pip upgrade command before checking out source --- .github/workflows/unit_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 3b0affe5..904044c8 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -44,6 +44,7 @@ jobs: - name: Retrieve METcalcpy repository develop branch run: | /usr/bin/git clone https://github.com/dtcenter/METcalcpy + python -m pip install --upgrade pip cd METcalcpy /usr/bin/git checkout develop python -m pip install -e .