Skip to content

Commit c73aac8

Browse files
committed
Remove optional packages
1 parent 05f5bee commit c73aac8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/type_checks.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,13 @@ jobs:
4444
uses: actions/[email protected]
4545
with:
4646
python-version: '3.14'
47-
# Need to install four groups of packages:
47+
# Need to install following packages:
4848
# 1. required packages
49-
# 2. optional packages
50-
# 3. type checker and stub packages
51-
# 4. other packages that are used somewhere in PyGMT
49+
# 2. type checker and stub packages
50+
# 3. other packages that are used somewhere in PyGMT
5251
pip-install: |
5352
numpy pandas xarray packaging
54-
contextily geopandas ipython pyarrow rioxarray
5553
mypy pandas-stubs pyarrow-stubs
56-
matplotlib pytest
5754
5855
- name: List install packages
5956
run: python -m pip list

0 commit comments

Comments
 (0)