Skip to content

Commit

Permalink
Update tests to use correct version of nanopub lib
Browse files Browse the repository at this point in the history
  • Loading branch information
raar1 committed Oct 14, 2020
1 parent 43043f1 commit e27006d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install wheel
python -m pip install jupyterlab
python -m pip install git+git://github.com/fair-workflows/FAIRWorkbench@add_nanopub_search_things_grlc
python -m pip install -r requirements.txt
- name: Build the extension
run: |
jlpm
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ include LICENSE
include README.md
include pyproject.toml

requirements.txt
CITATION.cff

include jupyter-config/NanopubJL.json

include package.json
Expand Down

0 comments on commit e27006d

Please sign in to comment.