File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 main :
77 runs-on : ${{ matrix.os }}
88 continue-on-error : ${{ matrix.experimental == 'nightly' }}
9- timeout-minutes : 20
109 strategy :
1110 matrix :
12- julia-version : ['1.3', '1.4','nightly']
11+ julia-version : ['1.3', '1.4'] # todo: add back nightly once it stops hanging or they allow timeout failures
1312 os : [ubuntu-latest]
1413 JULIA_FFTW_PROVIDER : ['MKL'] # would be nice to get FFTW working too
1514 fail-fast : false
2524 sudo apt-get install --no-install-recommends gfortran python3-setuptools python3-wheel
2625 && pip3 install camb
2726 - uses : julia-actions/julia-runtest@master
27+ timeout-minutes : 20
2828 env :
2929 JULIA_FFTW_PROVIDER : ${{ matrix.JULIA_FFTW_PROVIDER }}
Original file line number Diff line number Diff line change 11# CMBLensing.jl
22
33[ ![ ] ( https://img.shields.io/badge/source-github-blue )] ( https://github.com/marius311/CMBLensing.jl ) [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://cosmicmar.com/CMBLensing.jl/stable ) [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/marius311/CMBLensing.jl/gh-pages?urlpath=lab )
4- [ ![ ] ( https://github.com/marius311/CMBLensing.jl/workflows/runtests/badge.svg )] ( https://github.com/marius311/CMBLensing.jl/actions?query=workflow%3Aruntests ) [ ![ ] ( https://github.com/marius311/CMBLensing.jl/workflows/docbuild/badge.svg )] ( https://github.com/marius311/CMBLensing.jl/actions?query=workflow%3Adocbuild )
4+ [ ![ ] ( https://github.com/marius311/CMBLensing.jl/workflows/runtests/badge.svg )] ( https://github.com/marius311/CMBLensing.jl/actions?query=workflow%3Aruntests+branch%3Amaster ) [ ![ ] ( https://github.com/marius311/CMBLensing.jl/workflows/docbuild/badge.svg )] ( https://github.com/marius311/CMBLensing.jl/actions?query=workflow%3Adocbuild+branch%3Amaster )
55
66CMBLensing.jl is a next-generation tool for analysis of the lensed Cosmic Microwave Background. It is written in [ Julia] ( https://julialang.org/ ) and transparently callable from Python.
77
You can’t perform that action at this time.
0 commit comments