PennyLaneAI / pennylane

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
https://pennylane.ai
Apache License 2.0
2.36k stars 604 forks source link

Update stable dependencies on schedule #6164

Closed mudit2812 closed 2 months ago

mudit2812 commented 2 months ago

As name says. Currently, every time stable dependencies change (every time a PR is merged to master), an automatic PR is opened to update the dependencies. It can be quite annoying to merge a PR and then another one gets opened immediately afterwards. Thus, this changes the test workflows to run them on a weekly schedule, and a PR to update stable dependencies is only opened if the test workflow is triggered by the schedule.

All changes have been implemented by @timmysilv . I'm just the messenger.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.66%. Comparing base (1f55c88) to head (aeebf4d). Report is 33 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6164 +/- ## ========================================== - Coverage 99.67% 99.66% -0.01% ========================================== Files 432 445 +13 Lines 41839 42360 +521 ========================================== + Hits 41702 42218 +516 - Misses 137 142 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

timmysilv commented 2 months ago

PS for people were curious about crontab syntax: I recommend crontab.guru if you ever need a refresher

mudit2812 commented 2 months ago

[sc-72363]