Skip to content

Commit

Permalink
limit artifacts upload to python 3.10 only
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Sep 11, 2024
1 parent 2b5e07a commit e3538ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
pytest --cov=lobsterpy --cov-report term-missing --cov-append --splits 6 --group ${{ matrix.split }} -vv --durations-path ./tests/test_data/.pytest-split-durations
- name: Upload coverage
if: matrix.python-version == '3.10'
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}-${{ matrix.split }}
Expand Down

0 comments on commit e3538ea

Please sign in to comment.