We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac5e6aa + 3ae81e4 commit e1432d3Copy full SHA for e1432d3
.github/workflows/doc-deployment.yml
@@ -24,6 +24,8 @@ jobs:
24
- uses: actions/checkout@v2
25
with:
26
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
29
- name: Install Dependencies
30
run: |
31
pip3 install --prefer-binary --no-clean --disable-pip-version-check --progress-bar off lxml fypp
0 commit comments