Skip to content

Commit

Permalink
not all available
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidSchneider committed Oct 25, 2023
1 parent b34fced commit 5fde57c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up conda environment
shell: bash -l {0}
run: |
python -m pip install --no-deps git+https://github.com/MITgcm/xmitgcm.git petitRADTRANS==2.4.9 prt-phasecurve
python -m pip install --no-deps molmass miepython git+https://github.com/MITgcm/xmitgcm.git petitRADTRANS==2.4.9 prt-phasecurve
python -m pip install -e .
conda list
- name: Run Tests
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up conda environment
shell: bash -l {0}
run: |
python -m pip install --no-deps git+https://github.com/MITgcm/xmitgcm.git petitRADTRANS==2.4.9 prt-phasecurve
python -m pip install --no-deps molmass miepython git+https://github.com/MITgcm/xmitgcm.git petitRADTRANS==2.4.9 prt-phasecurve
python -m pip install -e .
conda list
- name: Run Tests
Expand Down
4 changes: 1 addition & 3 deletions ci/environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pytest-cov
- matplotlib
- astropy
- numpy==1.24.4
- numpy
- scipy
- setuptools
- netcdf4
Expand All @@ -23,8 +23,6 @@ dependencies:
- distlib
- filelock
- h5py
- miepython
- molmass
- platformdirs
- nodeenv
- pre-commit
Expand Down
4 changes: 1 addition & 3 deletions ci/environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pytest-cov
- matplotlib
- astropy
- numpy==1.24.4
- numpy
- scipy
- setuptools
- netcdf4
Expand All @@ -23,8 +23,6 @@ dependencies:
- distlib
- filelock
- h5py
- miepython
- molmass
- platformdirs
- nodeenv
- pre-commit
Expand Down
4 changes: 1 addition & 3 deletions ci/environment-xarraymaster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pytest-cov
- matplotlib
- astropy
- numpy==1.24.4
- numpy
- scipy
- setuptools
- netcdf4
Expand All @@ -23,8 +23,6 @@ dependencies:
- distlib
- filelock
- h5py
- miepython
- molmass
- platformdirs
- nodeenv
- pre-commit
Expand Down

0 comments on commit 5fde57c

Please sign in to comment.