Skip to content

Commit

Permalink
fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
giancastro committed Dec 11, 2024
1 parent d1ca7a1 commit 2335cbe
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest]
platform: [ubuntu-latest, macos-latest]
python-version: ["3.12"]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -48,15 +48,8 @@ jobs:
- name: Build
run: conda build conda.recipe

- name: Install Local Package
run: conda install --use-local pyrte_rrtmgp
- name: Install
run: conda install -c ${CONDA_PREFIX}/conda-bld/ pyrte_rrtmgp

- name: Verify Installation
run: |
conda list pyrte_rrtmgp
which pyrte_rrtmgp
- name: Activate Environment and Run Tests
run: |
conda activate test # Replace 'test' with your conda environment name
pyrte_rrtmgp run_tests
- name: Test
run: pytest tests

0 comments on commit 2335cbe

Please sign in to comment.