Skip to content

Commit

Permalink
changed github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Brunnstroem committed Oct 28, 2024
1 parent c82abde commit eb528e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
pip install -r docs/requirements.txt
- name: Install package dependencies
run: |
pip install -r ./requirements.txt
- name: Installing the library
run: |
python setup.py install
pip install .
- name: Sphinx build
run: |
sphinx-build docs/source _build
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ dependencies = [
"numpy",
"scipy",
"numba",
]

[project.optional-dependencies]
test = [
"pytest",
"hypothesis",
]
Expand Down

0 comments on commit eb528e0

Please # to comment.