Skip to content

Commit

Permalink
Update test-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sahiljhawar authored Jul 27, 2024
1 parent 1263aa0 commit 50b0944
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,38 +117,3 @@ jobs:
path-to-lcov: lcov.info
github-token: ${{ secrets.github_token }}
flag-name: MPI-${{ matrix.MPI }}

CondaTest:
runs-on: macos-latest
timeout-minutes: 20

defaults:
run:
# this is needed, because otherwise conda env is not available
shell: bash -leo pipefail {0} {0}

steps:
- uses: actions/checkout@v2

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.10"
miniforge-version: latest
use-mamba: true
mamba-version: "*"

- name: Install multinest
shell: bash -l {0}
run: |
conda install -c conda-forge --file conda-requirements.txt multinest
- name: Test imports
run: |
python -m pip install .
python -c 'import pymultinest'
- name: Tests
run: |
python pymultinest_demo_minimal.py

0 comments on commit 50b0944

Please sign in to comment.