Skip to content

Commit 69bb40d

Browse files
committed
Remove the 'micromamba list' step because provision-with-micromamba already did
1 parent 00c1d0a commit 69bb40d

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

.github/workflows/ci_docs.yml

-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ jobs:
9595
sphinx-gallery
9696
sphinx_rtd_theme
9797
98-
# Show installed pkg information for postmortem diagnostic
99-
- name: List installed packages
100-
run: micromamba list
101-
10298
# Download cached remote files (artifacts) from GitHub
10399
- name: Download remote data from GitHub
104100
uses: dawidd6/[email protected]

.github/workflows/ci_doctests.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
6666
pytest>=6.0
6767
sphinx-gallery
6868
69-
# Show installed pkg information for postmortem diagnostic
70-
- name: List installed packages
71-
run: micromamba list
72-
7369
# Download cached remote files (artifacts) from GitHub
7470
- name: Download remote data from GitHub
7571
uses: dawidd6/[email protected]

.github/workflows/ci_tests.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ jobs:
125125
pytest>=6.0
126126
sphinx-gallery
127127
128-
# Show installed pkg information for postmortem diagnostic
129-
- name: List installed packages
130-
run: micromamba list
131-
132128
# Download cached remote files (artifacts) from GitHub
133129
- name: Download remote data from GitHub
134130
uses: dawidd6/[email protected]

.github/workflows/ci_tests_legacy.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ jobs:
8181
pytest>=6.0
8282
sphinx-gallery
8383
84-
# Show installed pkg information for postmortem diagnostic
85-
- name: List installed packages
86-
run: micromamba list
87-
8884
# Download cached remote files (artifacts) from GitHub
8985
- name: Download remote data from GitHub
9086
uses: dawidd6/[email protected]

0 commit comments

Comments
 (0)