We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f5bee commit c73aac8Copy full SHA for c73aac8
.github/workflows/type_checks.yml
@@ -44,16 +44,13 @@ jobs:
44
uses: actions/[email protected]
45
with:
46
python-version: '3.14'
47
- # Need to install four groups of packages:
+ # Need to install following packages:
48
# 1. required packages
49
- # 2. optional packages
50
- # 3. type checker and stub packages
51
- # 4. other packages that are used somewhere in PyGMT
+ # 2. type checker and stub packages
+ # 3. other packages that are used somewhere in PyGMT
52
pip-install: |
53
numpy pandas xarray packaging
54
- contextily geopandas ipython pyarrow rioxarray
55
mypy pandas-stubs pyarrow-stubs
56
- matplotlib pytest
57
58
- name: List install packages
59
run: python -m pip list
0 commit comments