File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
src/forcefinder/core/__pycache__ Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29- pip install -e .
29+ pip install -e .[dev]
3030 pip install pytest pytest-cov
3131
3232 - name : Run tests
Original file line number Diff line number Diff line change @@ -35,4 +35,5 @@ dist/**
3535reports /**
3636** /.ipynb_checkpoints /**
3737* .pyc
38- src /forcefinder /core /__pycache__ /transient_utilities.cpython-311.pyc
38+ src /forcefinder /core /__pycache__ /transient_utilities.cpython-311.pyc
39+ src /forcefinder /core /__pycache__ /source_path_receiver.cpython-311.pyc
Original file line number Diff line number Diff line change 3030 ],
3131 extras_require = { # Extra packages that are useful for development
3232 "dev" : [
33+ "sdynpy>=0.18.4" ,
3334 "pytest" ,
3435 "pytest-cov" ,
3536 "jupyter-book" ,
You can’t perform that action at this time.
0 commit comments