Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Feb 27, 2024
1 parent d2825ff commit 1c89d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install --upgrade pip
pip install .[dev]
pip list
- name: Run pytest
run: |
pytest
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -36,6 +36,7 @@ Issues = "https://github.com/jungtaekkim/bayeso-benchmarks/issues"
[project.optional-dependencies]
dev = [
"pytest",
"twine",
"scipy",
"matplotlib",
]

0 comments on commit 1c89d9e

Please sign in to comment.