Skip to content

Commit 22d3322

Browse files
committed
Add CI workflow to run pytest- add apeer library -no-deps
1 parent fb6424c commit 22d3322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37+
pip install apeer-ometiff-library --no-deps
3738
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3839
# if you have dev requirements for testing, install them too
3940
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi

0 commit comments

Comments
 (0)