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 -