Skip to content

Commit 94eed53

Browse files
remove requirements mentions
1 parent bd0671c commit 94eed53

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ["3.10"]
11+
python-version: ["3.11"]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -21,8 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -r requirements-dev.txt --quiet
25-
python -m pip install types-requests
24+
pip install -e '.[all]' types-requests
2625
- name: mypy
2726
run: |
2827
mypy pymatgen

0 commit comments

Comments
 (0)