Skip to content

Commit

Permalink
More workflow speedups.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Feb 14, 2021
1 parent 0efe398 commit 92e798a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pmg-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 20
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8]
python-version: [3.8]
pkg: [analysis, others]

runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pmg-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
max-parallel: 20
matrix:
os: [macos-latest]
python-version: [3.8]
pkg: [analysis/defects, analysis, io, others]
python-version: [3.7, 3.8]
pkg: [analysis/defects, analysis, io, symmetry, electronic_structure, others]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
MPLBACKEND: "Agg"
run: |
pytest pymatgen -rxXs --color=yes --ignore=pymatgen/analysis --ignore=pymatgen/io
pytest pymatgen -rxXs --color=yes --ignore=pymatgen/analysis --ignore=pymatgen/io --ignore=pymatgen/electronic_structure --ignore=pymatgen/symmetry

0 comments on commit 92e798a

Please sign in to comment.