SaashaJoshi / piQture

piQture: A quantum machine learning library for image processing.
https://saashajoshi.github.io/piQture/
Apache License 2.0
34 stars 15 forks source link

Change fail-fast to true #72

Closed SaashaJoshi closed 6 months ago

SaashaJoshi commented 6 months ago

The builds continue to run after failing some steps. Considering that the size of the library is small, fail-fast = false is unnecessary. It needlessly increases the time to get feedback on the builds.

This can be changed when the library is substantially large.