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 85a63d8Copy full SHA for 85a63d8
.github/workflows/runtests.yml
@@ -5,10 +5,10 @@ on: [push, pull_request]
5
jobs:
6
main:
7
runs-on: ${{ matrix.os }}
8
- continue-on-error: ${{ matrix.experimental == 'nightly' }}
+ continue-on-error: ${{ matrix.julia-version == '1.7-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
0 commit comments