File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 tutorials :
1515 name : Examples
16- runs-on : ${{ matrix.os }}
16+ runs-on : ubuntu-latest
1717
1818 env :
1919 DEVITO_ARCH : gcc
2323 # Prevent all build to stop if a single one fails
2424 fail-fast : false
2525 matrix :
26- ndim :
27- - ' 1'
28- - ' 2'
29- - ' 3'
30- os :
31- - ubuntu-latest
32- - macos-latest
26+ ndim : ['1', '2', '3']
3327
3428 steps :
3529 - name : Checkout devito
4034 with :
4135 python-version : " 3.10"
4236
43- - name : Install compilers for OSX
44- if : runner.os == 'macOS'
45- run : |
46- brew install gcc@14
47-
4837 - name : Install dependencies
4938 run : |
5039 pip install --upgrade pip
Original file line number Diff line number Diff line change 1414 - Parallel acoustic FWI with Dask : tutorials/04_dask.md
1515 - First order acoustic modeling : tutorials/05_staggered_acoustic.md
1616 - Elastic modeling with constant parameters : tutorials/06_elastic.md
17- - Elastic modeling with varying parameters : tutorials/07_elastic_varying_parameters .md
17+ - Elastic modeling with varying parameters : tutorials/06_elastic_varying_parameters .md
1818- ' The Leading Edge tutorials ' :
1919 - Forward modeling : tutorials/TLE_Forward.md
2020 - Adjoint Modeling : tutorials/TLE_Adjoint.md
You can’t perform that action at this time.
0 commit comments