Skip to content

Commit

Permalink
Rename datasets coverage artifact (#6233)
Browse files Browse the repository at this point in the history
#6224 changed the version of the upload/download-artifact action we use
in our CI. However, v4 no longer allows multiple artifacts with the same
name. This caused failures for the `data-tests` when the full CI suite
is run as the coverage artifact is called `data-coverage`, but the tests
run twice (once for python 3.9, once for python 3.10).

This PR just adds the python version of the tests to the artifact name.

---------

Co-authored-by: Christina Lee <christina@xanadu.ai>
  • Loading branch information
mudit2812 and albi3ro authored Sep 9, 2024
1 parent 15440c2 commit 2113051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interface-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ jobs:
with:
job_name: data-tests (${{ matrix.python-version }})
branch: ${{ inputs.branch }}
coverage_artifact_name: data-coverage
coverage_artifact_name: data-coverage-${{ matrix.python-version }}
python_version: ${{ matrix.python-version }}
pipeline_mode: ${{ inputs.pipeline_mode }}
install_jax: false
Expand Down

0 comments on commit 2113051

Please sign in to comment.