Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 12, 2024
1 parent 3459582 commit 16dcf95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
source .venv/bin/activate
python3 -m pip install pybind11
python3 -m pip install pytest
python3 -m pip install numpy
python3 -m pip install --verbose .
- name: Test
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ authors = [
classifiers = [
"License :: MIT License"
]
dependencies = [
"drake",
"numpy"
]

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

0 comments on commit 16dcf95

Please sign in to comment.