Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python_metapackages.yml: update logic for installed_default
Modify the logic to only take the first occurence of the Identified best package. This is because setup.py prints out the package multiple times like so: [cudaq] Identified cuda-quantum-cu12 as the best package. [cudaq] Identified cuda-quantum-cu12 as the best package. [cudaq] Identified cuda-quantum-cu12 as the best package. Which will make installed_default="cuda-quantum-cu12 cuda-quantum-cu12 cuda-quantum-cu12" which fails the logic test for the CI. This Identified package should be the same for all prints, so the first occurence is taken. Signed-off-by: mitchdz <[email protected]>
- Loading branch information