Skip to content

Commit

Permalink
bug fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Sep 28, 2023
1 parent 851fe42 commit a34d216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install Dependencies
run: |
cat pyproject.toml | grep -A9999 '\[project.dependencies\]' | grep -B9999 '\[/project.dependencies\]' | grep -v '\[project.dependencies\]\|--\|\[.*\]' | xargs -n 1 pip install
pip install -e.
pip install sphinx sphinx_rtd_theme
- name: Sphinx Build
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ maintainers = [
#
# For an analysis of this field vs pip's requirements files see:
# https://packaging.python.org/discussions/install-requires-vs-requirements/
[project.dependencies] = [ # Optional
"argschema >= 3.0.4",

#]
dependencies = [ # Optional
#TOADD
"argschema",
]

# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"
Expand All @@ -121,6 +121,7 @@ dev = [
"pylint",
"pytest",
"sphinx",

"unittest"
]
doc = [
Expand Down

0 comments on commit a34d216

Please sign in to comment.