Skip to content

canary

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Apr 20:51
24c64fc
Fix clippy lint for iter::repeat_n (#147)

* Fix clippy lint for iter::repeat_n

* make test.yaml `test` job depend on `linux` job

The latter builds and caches CPython for the former to use, which is important
because we don't currently support building CPython on Windows.

Signed-off-by: Joel Dice <[email protected]>

---------

Signed-off-by: Joel Dice <[email protected]>
Co-authored-by: Joel Dice <[email protected]>