Skip to content

Commit 2114165

Browse files
Updated GH workflow + pyproject.toml
1 parent 0ca3076 commit 2114165

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies
5656
run: |
5757
python -m pip install --upgrade pip
58-
pip install .[strict,tests,docs]
58+
pip install .[msonable,tests,docs]
5959
6060
- name: Test
6161
if: matrix.config.os == 'ubuntu-latest'

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies = []
3131
[project.optional-dependencies]
3232
dev = ["pre-commit>=3.0.0"]
3333
tests = [
34-
"monty>=2022.9.9",
3534
"pytest-cov >= 6,< 8",
3635
"pytest-mock ~= 3.14",
3736
"pytest ~= 8.0",

0 commit comments

Comments
 (0)