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 fa91f52 commit b374227Copy full SHA for b374227
.github/workflows/runtests.yml
@@ -8,7 +8,7 @@ jobs:
8
continue-on-error: ${{ matrix.experimental == 'nightly' }}
9
strategy:
10
matrix:
11
- julia-version: ['1.3', '1.4', '1.5'] # todo: add back nightly once it stops hanging or they allow timeout failures
+ julia-version: ['1.3', '1.4', '~1.5.0-0'] # todo: add back nightly once it stops hanging or they allow timeout failures
12
os: [ubuntu-latest]
13
JULIA_FFTW_PROVIDER: ['MKL'] # would be nice to get FFTW working too
14
fail-fast: false
0 commit comments