From 7bf29abb0b026cec604d884efbd7e2c68a682b98 Mon Sep 17 00:00:00 2001 From: Aparna Radhakrishnan Date: Tue, 23 Jul 2024 20:13:22 -0400 Subject: [PATCH] Update ci-analysis.yml --- .github/workflows/ci-analysis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-analysis.yml b/.github/workflows/ci-analysis.yml index 6597002..2fc6677 100644 --- a/.github/workflows/ci-analysis.yml +++ b/.github/workflows/ci-analysis.yml @@ -28,10 +28,14 @@ jobs: conda install -n analysis-script-testing catalogbuilder -c noaa-gfdl #conda activate analysis-script-testing conda install pip - $CONDA/envs/analysis-script-testing/bin/python -m pip install /home/runner/work/analysis-scripts/analysis-scripts - $CONDA/envs/analysis-script-testing/bin/python -m pip install /home/runner/work/analysis-scripts/figure_tools - $CONDA/envs/analysis-script-testing/bin/python -m pip install /home/runner/work/analysis-scripts/freanalysis - $CONDA/envs/analysis-script-testing/bin/python -m pip install /home/runner/work/analysis-scripts/freanalysis_clouds + cd analysis-scripts + $CONDA/envs/analysis-script-testing/bin/python -m pip install .; cd .. + cd figure_tools + $CONDA/envs/analysis-script-testing/bin/python -m pip install .; cd .. + cd freanalysis + $CONDA/envs/analysis-script-testing/bin/python -m pip install .; cd .. + cd freanalysis_clouds + $CONDA/envs/analysis-script-testing/bin/python -m pip install .; cd .. - name: Test freanalysis_clouds run: |