From 8fc113a42a14ce803129d6252f3169703183d11c Mon Sep 17 00:00:00 2001 From: Aaron David Schneider Date: Tue, 24 Oct 2023 11:40:06 +0200 Subject: [PATCH] update test environments --- .github/workflows/ci.yml | 10 ---------- ci/environment-3.10.yml | 2 ++ ci/environment-3.8.yml | 2 ++ ci/environment-3.9.yml | 3 +++ ci/environment-xarraymaster.yml | 2 ++ 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f292aee..7cc2baf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,11 +38,6 @@ jobs: python-version: ${{ matrix.python-version }} environment-file: ci/environment-${{ matrix.python-version }}.yml use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! - - name: Set up petitRADTRANS - shell: bash -l {0} - run: | - python -m pip install petitRADTRANS==2.4.9 - python -m pip install prt-phasecurve - name: Set up conda environment shell: bash -l {0} run: | @@ -77,11 +72,6 @@ jobs: auto-update-conda: false environment-file: ci/environment-xarraymaster.yml use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly! - - name: Set up petitRADTRANS - shell: bash -l {0} - run: | - python -m pip install petitRADTRANS==2.4.9 - python -m pip install prt-phasecurve - name: Set up conda environment shell: bash -l {0} run: | diff --git a/ci/environment-3.10.yml b/ci/environment-3.10.yml index ec2c86f..0abbf14 100644 --- a/ci/environment-3.10.yml +++ b/ci/environment-3.10.yml @@ -16,3 +16,5 @@ dependencies: - pip: - git+https://github.com/MITgcm/xmitgcm.git - miepython + - petitRADTRANS==2.4.9 + - prt-phasecurve diff --git a/ci/environment-3.8.yml b/ci/environment-3.8.yml index 662a7f3..f4bb765 100644 --- a/ci/environment-3.8.yml +++ b/ci/environment-3.8.yml @@ -16,3 +16,5 @@ dependencies: - pip: - git+https://github.com/MITgcm/xmitgcm.git - miepython + - petitRADTRANS==2.4.9 + - prt-phasecurve diff --git a/ci/environment-3.9.yml b/ci/environment-3.9.yml index 5cd75b9..1fc4fc2 100644 --- a/ci/environment-3.9.yml +++ b/ci/environment-3.9.yml @@ -16,3 +16,6 @@ dependencies: - pip: - git+https://github.com/MITgcm/xmitgcm.git - miepython + - petitRADTRANS==2.4.9 + - prt-phasecurve + diff --git a/ci/environment-xarraymaster.yml b/ci/environment-xarraymaster.yml index 9676766..c151dbc 100644 --- a/ci/environment-xarraymaster.yml +++ b/ci/environment-xarraymaster.yml @@ -16,3 +16,5 @@ dependencies: - git+https://github.com/MITgcm/xmitgcm.git - git+https://github.com/pydata/xarray.git - miepython + - petitRADTRANS==2.4.9 + - prt-phasecurve