Skip to content

Commit

Permalink
package: Adding cgatcore to packages
Browse files Browse the repository at this point in the history
Also attempting to install these dependencies before installing isoslam and its test dependencies.
  • Loading branch information
ns-rse committed Nov 21, 2024
1 parent 145ad86 commit 2b9822d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
pip install --upgrade pip setuptools
virtualenv --upgrade-embed-wheels
pip install numpy
pip show numpy
pip install cgatcore
pip install cgat
pip install -e .[tests]
- name: Test with pytest
run: |
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ keywords = [
dependencies = [
"apsw",
"cgat",
"cgatcore",
"gevent",
"matplotlib",
"numpy",
"pandas",
"pysam",
"ruffus",
# "ruffus",
"sqlalchemy",
]

Expand Down

0 comments on commit 2b9822d

Please sign in to comment.