We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db04a4f commit 3e6851eCopy full SHA for 3e6851e
.github/workflows/actions.yml
@@ -35,6 +35,7 @@ jobs:
35
python -m pip install --upgrade pip
36
python -m pip install flake8 pytest coveralls
37
python -m pip install ".[test]"
38
+ python -m pip show SciFiReaders
39
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
40
41
- name: install package
0 commit comments