Skip to content

Commit

Permalink
upload only py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jun 10, 2024
1 parent f87b40b commit a29561e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
run: |
pytest --cov=./ --cov-report=xml
# Additional steps only for ubuntu-latest and Python 3.10
# Upload the coverage report as an artifact
- name: Save coverage report
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: ./coverage.xml

# Additional steps only for ubuntu-latest and Python 3.10

# Install development dependencies
- name: Install dev dependencies
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
Expand Down

0 comments on commit a29561e

Please sign in to comment.