Skip to content

Commit

Permalink
remove os from mac/win matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Oct 18, 2022
1 parent 042f5cb commit 52cc082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-mac.yml
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
max-parallel: 20
matrix:
os: [macos-latest]
python-version: ['3.8']
# This distribution of tests is designed to ensure an approximately even time to finish for parallel jobs.
pkg:
Expand All @@ -22,7 +21,7 @@ jobs:
- pymatgen/electronic_structure pymatgen/symmetry pymatgen/command_line pymatgen/ext
- pymatgen --ignore=pymatgen/analysis --ignore=pymatgen/electronic_structure --ignore=pymatgen/symmetry --ignore=pymatgen/ext --ignore=pymatgen/command_line

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

env:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-win.yml
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
max-parallel: 20
matrix:
os: [windows-latest]
python-version: ['3.8']
# This distribution of tests is designed to ensure an approximately even time to finish for parallel jobs.
pkg:
Expand All @@ -22,7 +21,7 @@ jobs:
- pymatgen/electronic_structure pymatgen/symmetry pymatgen/command_line pymatgen/ext
- pymatgen --ignore=pymatgen/analysis --ignore=pymatgen/electronic_structure --ignore=pymatgen/symmetry --ignore=pymatgen/ext --ignore=pymatgen/command_line

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

env:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
Expand Down

0 comments on commit 52cc082

Please sign in to comment.