From 50b09444fb8c409c43746cdfcb3dd5159405aafa Mon Sep 17 00:00:00 2001 From: Sahil Jhawar <55475299+sahiljhawar@users.noreply.github.com> Date: Sat, 27 Jul 2024 14:23:18 +0200 Subject: [PATCH] Update test-mac.yml --- .github/workflows/test-mac.yml | 35 ---------------------------------- 1 file changed, 35 deletions(-) diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index faa2659..be6f4da 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -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 -