Skip to content

Commit 3ae81e4

Browse files
committed
test_doc
1 parent 8712905 commit 3ae81e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Full history to get tag and commit info
2727
- name: Install GFortran macOS
28-
run: brew install gcc10 || brew upgrade gcc10 || true
28+
run: brew install gcc || brew upgrade gcc || true
2929
- name: Install Dependencies
3030
run: |
3131
pip3 install --prefer-binary --no-clean --disable-pip-version-check --progress-bar off lxml fypp

0 commit comments

Comments
 (0)