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.
1 parent 4240f0c commit 793a685Copy full SHA for 793a685
.github/workflows/doc-deployment.yml
@@ -24,8 +24,6 @@ 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