We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ecf70 commit be69851Copy full SHA for be69851
.github/workflows/build-docs.yml
@@ -32,7 +32,6 @@ jobs:
32
33
- name: Deploy to GitHub Pages
34
uses: peaceiris/actions-gh-pages@v3
35
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
36
with:
37
publish_branch: gh-pages
38
github_token: ${{ secrets.GITHUB_TOKEN }}
pyproject.toml
@@ -44,6 +44,7 @@ dependencies = [
44
"statsmodels",
45
"regionmask",
46
"wavespectra",
47
+ "cdsapi",
48
]
49
50
[project.optional-dependencies]
0 commit comments