Skip to content

Commit

Permalink
[ci] remove cuba & pycuba testing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 27727e2 commit 16880a5
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 16880a5

Please sign in to comment.