Skip to content

Commit

Permalink
Fix an error for pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Feb 27, 2024
1 parent be6e364 commit 0c6cf91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install this project and its dependencies
run: |
pip install --upgrade pip
pip install .[dev]
- name: Run pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Homepage = "https://bayeso.org"
Source = "https://github.com/jungtaekkim/bayeso-benchmarks"
Issues = "https://github.com/jungtaekkim/bayeso-benchmarks/issues"

[tool.pip-compile.optional-dependencies]
[project.optional-dependencies]
dev = [
"pytest",
"scipy",
Expand Down

0 comments on commit 0c6cf91

Please sign in to comment.