rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.86k stars 309 forks source link

Fix scheduled release CI dependency bug #2241

Closed ziyiwu9494 closed 3 years ago

ziyiwu9494 commented 3 years ago

It seems like I didn't change all the pre-commit dependencies on the CI when I removed the job, so this change should make the workflow valid again

codecov[bot] commented 3 years ago

Codecov Report

Merging #2241 (d7a57b6) into master (2ca62fa) will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2241      +/-   ##
==========================================
- Coverage   91.21%   91.18%   -0.04%     
==========================================
  Files         201      201              
  Lines       10977    10977              
  Branches     1371     1371              
==========================================
- Hits        10013    10009       -4     
- Misses        700      705       +5     
+ Partials      264      263       -1     
Impacted Files Coverage Δ
src/garage/np/_functions.py 77.39% <0.00%> (-1.74%) :arrow_down:
src/garage/sampler/multiprocessing_sampler.py 90.12% <0.00%> (-1.24%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ca62fa...d7a57b6. Read the comment docs.