Skip to content

Commit

Permalink
attempt to fix ci and #135
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblemai committed Nov 15, 2023
1 parent 05ec840 commit 4cbe458
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
source /var/python/3.10/virtualenv/bin/activate
python -m pip install --upgrade pip
python -m pip install flepimop/gempyor_pkg/
python -m pip install "flepimop/gempyor_pkg[test]"
shell: bash
- name: Install local R packages
run: Rscript build/local_install.R
Expand Down
9 changes: 8 additions & 1 deletion flepimop/gempyor_pkg/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@ install_requires =
pyarrow
sympy
dask
pytest
scipy
graphviz

# see https://stackoverflow.com/questions/58826164/dependencies-requirements-for-setting-up-testing-and-installing-a-python-lib
# installed for pip install -e ".[test]"
[options.extras_require]
test =
pytest
mock


[options.entry_points]
console_scripts =
gempyor-outcomes = gempyor.simulate_outcome:simulate
Expand Down

0 comments on commit 4cbe458

Please sign in to comment.