Skip to content

Commit

Permalink
add pip upgrade command before checking out source
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Mar 30, 2024
1 parent eb3bc56 commit 1951048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 1951048

Please sign in to comment.