Skip to content

Commit e1432d3

Browse files
committed
Merge branch 'test_doc' into ch_struct
2 parents ac5e6aa + 3ae81e4 commit e1432d3

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)