Skip to content

Commit

Permalink
Merge branch 'master' of github.com:materialsproject/pymatgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Sep 6, 2022
2 parents ea8100b + 856738e commit fcc81a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 20
matrix:
python-version: ['3.10']
python-version: ['3.9', '3.10']
# This distribution of tests is designed to ensure an approximately even time to finish for parallel jobs.
include:
- pkg: pymatgen/analysis/chemenv pymatgen/analysis/elasticity pymatgen/analysis/magnetism
Expand Down
2 changes: 2 additions & 0 deletions pymatgen/core/tests/test_trajectory.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import copy
import os

Expand Down

0 comments on commit fcc81a5

Please sign in to comment.