We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758d49a commit 4fc14e9Copy full SHA for 4fc14e9
.github/workflows/runtests.yml
@@ -5,10 +5,9 @@ on: [push, pull_request]
5
jobs:
6
main:
7
runs-on: ${{ matrix.os }}
8
- continue-on-error: ${{ matrix.experimental == 'nightly' }}
9
strategy:
10
matrix:
11
- julia-version: ['1.5', '1.6-nightly']
+ julia-version: ['1.5', '1.6', '1.7-nightly']
12
os: [ubuntu-latest]
13
JULIA_FFTW_PROVIDER: ['MKL','FFTW']
14
fail-fast: false
@@ -25,5 +24,6 @@ jobs:
25
24
&& pip3 install camb
26
- uses: julia-actions/julia-runtest@master
27
timeout-minutes: 20
+ continue-on-error: ${{ matrix.julia-version == '1.7-nightly' }}
28
env:
29
JULIA_FFTW_PROVIDER: ${{ matrix.JULIA_FFTW_PROVIDER }}
0 commit comments