Skip to content

Commit 0d06b13

Browse files
authored
Merge pull request #222 from jvdp1/test_doc
Install GFortran macOS in doc-deployment CI
2 parents 0cd354a + 3ae81e4 commit 0d06b13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- uses: actions/checkout@v2
2525
with:
2626
fetch-depth: 0 # Full history to get tag and commit info
27+
- name: Install GFortran macOS
28+
run: brew install gcc || brew upgrade gcc || true
2729
- name: Install Dependencies
2830
run: |
2931
pip3 install --prefer-binary --no-clean --disable-pip-version-check --progress-bar off lxml fypp

0 commit comments

Comments
 (0)