qiskit-community / prototype-quantum-kernel-training

Toolkit for training quantum kernels in machine learning applications
https://arxiv.org/abs/2105.03406
Apache License 2.0
39 stars 12 forks source link

Fix cron syntax in workflow #35

Closed garrison closed 1 year ago

garrison commented 1 year ago

CI has been broken since 7a2485eb5850a77343329bd744c7aba8b8fedccd, with the error:

Invalid workflow file: .github/workflows/tests.yml#L1
invalid `cron` attribute "0 0 2 1/1 * ? *"

This fixes the syntax of the cron attribute.