Skip to content

Commit

Permalink
Rename optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Sep 4, 2024
1 parent ef59ba0 commit 541482b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install dependencies
run: |
pip install .[test]
pip install .[test,openmdao]
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dynamic = ["version"] # Version is read from rhodium/__init__.py

[project.optional-dependencies]
test = ["pytest", "mock", "pyper"]
optional = ["openmdao"]
openmdao = ["openmdao"]

[tool.setuptools.dynamic]
version = {attr = "rhodium.__version__"}

0 comments on commit 541482b

Please sign in to comment.