Skip to content

Commit

Permalink
🐛 test installing njab separately
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Oct 8, 2024
1 parent 1b9f2ac commit 86f57b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ jobs:
conda list
- name: install pimms
run: pip install .
run: python -m pip install .

- name: install njab
run: python -m pip install njab

- name: Install pytest
run: pip install pytest pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
dependencies = [
"njab>=0.0.8",
# "njab>=0.0.8",
"numpy",
"matplotlib",
"pandas",
Expand Down

0 comments on commit 86f57b3

Please sign in to comment.