Skip to content

Commit

Permalink
List installed packages from micromamba
Browse files Browse the repository at this point in the history
Reverts 69bb40d in #2435.
  • Loading branch information
weiji14 committed May 12, 2023
1 parent 06c89e4 commit 9808f18
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/cache_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
packaging
build
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: mamba list

# Install the package that we want to test
- name: Install the package
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
sphinx-gallery
sphinx_rtd_theme
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: mamba list

# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.27.0
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci_doctests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
pytest-doctestplus
pytest-mpl
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: mamba list

# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.27.0
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
optional-packages: ''
- python-version: '3.11'
numpy-version: '1.24'
optional-packages: ' contextily geopandas ipython rioxarray sphinx-gallery'
optional-packages: ' contextily geopandas ipython rioxarray sphinx-gallery'

timeout-minutes: 30
defaults:
Expand Down Expand Up @@ -122,6 +122,10 @@ jobs:
pytest-doctestplus
pytest-mpl
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: mamba list

# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.27.0
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jobs:
zlib
geopandas
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: mamba list

# Install dependencies from PyPI
- name: Install dependencies
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci_tests_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
pytest-doctestplus
pytest-mpl
# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: mamba list

# Download cached remote files (artifacts) from GitHub
- name: Download remote data from GitHub
uses: dawidd6/action-download-artifact@v2.27.0
Expand Down

0 comments on commit 9808f18

Please sign in to comment.