From f51d351de699142a66d2cf7b502222d991ff5eeb Mon Sep 17 00:00:00 2001 From: Aaron David Schneider Date: Wed, 25 Oct 2023 11:39:42 +0200 Subject: [PATCH] upgrade only if needed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbb1c1b..0ed296a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - name: Set up conda environment shell: bash -l {0} run: | - python -m pip install git+https://github.com/MITgcm/xmitgcm.git miepython petitRADTRANS==2.4.9 prt-phasecurve + python -m pip install --upgrade --upgrade-strategy only-if-needed git+https://github.com/MITgcm/xmitgcm.git miepython petitRADTRANS==2.4.9 prt-phasecurve python -m pip install -e . conda list - name: Run Tests