Skip to content

Commit

Permalink
Update ci-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 24, 2024
1 parent 6f7fcf6 commit 3047987
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
conda config --append channels conda-forge
conda create --name analysis-script-testing
conda install -n analysis-script-testing catalogbuilder -c noaa-gfdl
conda activate analysis-script-testing
#conda activate analysis-script-testing
conda install pip
$CONDA/bin/python -m pip install /home/runner/work/analysis-scripts/analysis-scripts
$CONDA/bin/python -m pip install /home/runner/work/analysis-scripts/figure_tools
$CONDA/bin/python -m pip install /home/runner/work/analysis-scripts/freanalysis
$CONDA/bin/python -m pip install /home/runner/work/analysis-scripts/freanalysis_clouds
$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
- name: Test freanalysis_clouds
run: |
Expand Down

0 comments on commit 3047987

Please sign in to comment.