File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
26
26
conda config --append channels conda-forge
27
27
conda install noaa-gfdl::catalogbuilder -n analysis-scripts
28
28
conda activate analysis-scripts
29
- pip install --upgrade pip
30
- cd analysis-scripts; pip install .; cd ..
31
- cd figure_tools; pip install .; cd ..
32
- cd freanalysis; pip install .; cd ..
33
- cd freanalysis_clouds; pip install .; cd ..
29
+ conda install pip
30
+ $CONDA/bin/python -m pip install /home/runner/work/analysis-scripts/analysis-scripts
31
+ $CONDA/bin/python -m pip install /home/runner/work/analysis-scripts/figure_tools
32
+ $CONDA/bin/python -m pip install /home/runner/work/analysis-scripts/freanalysis
33
+ $CONDA/bin/python -m pip install /home/runner/work/analysis-scripts/freanalysis_clouds
34
34
35
35
- name : Test freanalysis_clouds
36
36
run : |
You can’t perform that action at this time.
0 commit comments