Skip to content

Commit 411c679

Browse files
committed
fix tests
1 parent 8794c00 commit 411c679

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/runtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ jobs:
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
@@ -25,5 +24,6 @@ jobs:
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 }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
CMBLensing.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

0 commit comments

Comments
 (0)