Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Jan 30, 2024
1 parent 97d37cb commit 30b6fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if: matrix.CODE_COVERAGE == 'OFF'
run: |
pip3 install cmake numpy matplotlib
pip3 install .[test] --user --verbose --no-build-isolation
pip3 install .[dev] --user --verbose --no-build-isolation
- name: Build package in debug for coverage
if: matrix.CODE_COVERAGE == 'ON'
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ dependencies = ["mpi4py", "numpy"]


[project.optional-dependencies]
dev = ["black", "bumpver", "isort", "pytest"]
test = ["matplotlib>=3.0.0", "pytest"]
dev = ["ruff", "matplotlib>=3.0.0", "pytest"]


[project.urls]
Expand Down

0 comments on commit 30b6fe7

Please sign in to comment.