Skip to content

Commit f96c340

Browse files
authored
Merge pull request #1467 from alejoe91/add-pip-list
Add pip list and conda list to io-test workflow
2 parents ceee09f + 2bbe0da commit f96c340

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/io-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ jobs:
107107
sudo apt-get update -qq
108108
sudo apt-get install -yqq --allow-downgrades libc6:i386 libgcc-s1:i386 libstdc++6:i386 wine
109109
110+
- name: Pip list
111+
run: |
112+
pip list
113+
114+
- name: Conda list
115+
run: |
116+
conda list
117+
110118
- name: Test with pytest
111119
env:
112120
HDF5_PLUGIN_PATH: ${{ github.workspace }}/hdf5_local_plugin_path

0 commit comments

Comments
 (0)