We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6424c commit 22d3322Copy full SHA for 22d3322
.github/workflows/tests.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
+ pip install apeer-ometiff-library --no-deps
38
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
39
# if you have dev requirements for testing, install them too
40
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
0 commit comments