Skip to content

Commit 3e6851e

Browse files
authored
Show SciFiReaders package details in workflow
Add command to show SciFiReaders package details.
1 parent db04a4f commit 3e6851e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
python -m pip install --upgrade pip
3636
python -m pip install flake8 pytest coveralls
3737
python -m pip install ".[test]"
38+
python -m pip show SciFiReaders
3839
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3940
4041
- name: install package

0 commit comments

Comments
 (0)