Skip to content

Commit 554b1da

Browse files
Update ci-analysis.yml
1 parent b430ae0 commit 554b1da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
conda config --append channels conda-forge
2727
conda install noaa-gfdl::catalogbuilder -n analysis-scripts
2828
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
3434
3535
- name: Test freanalysis_clouds
3636
run: |

0 commit comments

Comments
 (0)