Skip to content

Commit

Permalink
ci: add test for pypi exposed code (#30)
Browse files Browse the repository at this point in the history
* ci: add test for pypi exposed code

* chore: bump to 1.0.0
  • Loading branch information
fiskrt authored May 21, 2024
1 parent eb08395 commit 86d7090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
use-only-tar-bz2: true # This needs to be set for proper caching
auto-update-conda: true # Required for windows for `use-only-tar-bz2`

- name: Install dependencies and test code
run: |
pip3 install -e .
python3 -c "import paccmann_predictor.models"
- name: Affinity - Install dependencies and run tests
run: |
python3 -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion paccmann_predictor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Initialization for `paccmann.models` submodule."""
__version__ = "0.0.5"
__version__ = "1.0.0"

0 comments on commit 86d7090

Please sign in to comment.