From 16880a55be3af33c76d08d42d4863e496a79761c Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Thu, 27 Jul 2023 12:48:14 -0400 Subject: [PATCH] [ci] remove cuba & pycuba testing for now --- .github/workflows/test.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5833ad..ebe9cfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,22 +77,16 @@ jobs: run: | python setup.py install --user - - name: Install Cuba - run: | - git clone https://github.com/JohannesBuchner/cuba - pushd cuba && ./configure && ./makesharedlib.sh && popd - echo LD_LIBRARY_PATH=cuba/:${LD_LIBRARY_PATH} >> $GITHUB_ENV - 'echo "backend: Agg" > matplotlibrc' - - name: Test imports run: | python -c 'import pymultinest' - python -c 'import pycuba' rm -rf chains/ - name: No-MPI tests if: ${{ matrix.MPI == 'no' }} run: | + # do not test pycuba, it is broken + rm tests/pycuba_test.py coverage run setup.py test python pymultinest_demo_minimal.py python pymultinest_demo.py @@ -114,10 +108,6 @@ jobs: python multinest_marginals_fancy.py chains/3- python multinest_marginals_corner.py chains/3- - - name: Test PyCuba - run: | - python pycuba_demo.py - - name: Coveralls Finished uses: coverallsapp/github-action@master with: