Skip to content

Commit

Permalink
try without conda
Browse files Browse the repository at this point in the history
  • Loading branch information
menzel-gfdl committed Jul 9, 2024
1 parent a0fa57d commit ad0691a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,15 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Add conda to the system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda config --add channels noaa-gfdl
conda config --append channels conda-forge
conda install intakebuilder -c noaa-gfdl
python3 -m pip install --upgrade pip
cd analysis-scripts; pip install .; cd ..
cd figure_tools; pip install .; cd ..
cd freanalysis; pip install .; cd ..
cd freanalysis_clouds; pip install .; cd ..
git clone https://github.com/aradhakrishnanGFDL/CatalogBuilder catalogbuilder
cd catalogbuilder; pip install .; cd ..
pip install pytest
- name: Test freanalysis_clouds
run: |
Expand Down

0 comments on commit ad0691a

Please sign in to comment.