Skip to content

Commit

Permalink
upgrade only if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidSchneider committed Oct 25, 2023
1 parent 1094d73 commit f51d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f51d351

Please sign in to comment.