WenjieDu / PyPOTS

A Python toolkit/library for reality-centric machine/deep learning and data mining on partially-observed time series, including SOTA neural network models for scientific analysis tasks of imputation/classification/clustering/forecasting/anomaly detection/cleaning on incomplete industrial (irregularly-sampled) multivariate TS with NaN missing values
https://pypots.com
BSD 3-Clause "New" or "Revised" License
1.01k stars 95 forks source link

Jobs fail if PR gets merged before jobs are finished #491

Closed WenjieDu closed 1 month ago

WenjieDu commented 1 month ago

Issue description

Job fails because 'Can't add a job to a build that is already closed' e.g. https://github.com/WenjieDu/PyPOTS/actions/runs/10364629150/job/28690251409

According to https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast, adding continue-on-error: true can fix this