Skip to content

Commit

Permalink
split up workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Feb 7, 2025
1 parent e453f97 commit 2a4355b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
split: [1, 2, 3]

steps:
- name: Check out repo
Expand Down Expand Up @@ -242,7 +241,7 @@ jobs:
if: matrix.python-version == '3.10' && github.repository == 'materialsproject/atomate2'
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: coverage${{ matrix.split }}
name: coverage
file: ./coverage.xml


Expand Down

0 comments on commit 2a4355b

Please sign in to comment.