Skip to content

Commit 52aa535

Browse files
committed
fix site page name and exmaple run
1 parent 6eb7fdc commit 52aa535

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/workflows/example.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
tutorials:
1515
name: Examples
16-
runs-on: ${{ matrix.os }}
16+
runs-on: ubuntu-latest
1717

1818
env:
1919
DEVITO_ARCH: gcc
@@ -23,13 +23,7 @@ jobs:
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
@@ -40,11 +34,6 @@ jobs:
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

mkdocs.yml

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

0 commit comments

Comments
 (0)