ashvardanian / SimSIMD

Up to 200x Faster Dot Products & Similarity Metrics — for Python, Rust, C, JS, and Swift, supporting f64, f32, f16 real & complex, i8, and bit vectors using SIMD for both AVX2, AVX-512, NEON, SVE, & SVE2 📐
https://ashvardanian.com/posts/simsimd-faster-scipy/
Apache License 2.0
913 stars 51 forks source link

main-dev tests main? #54

Closed sroussey closed 8 months ago

sroussey commented 9 months ago

I am looking at this line:

https://github.com/ashvardanian/SimSIMD/blob/0aea96c6048a58f63eed5797e028708ae9b5e15d/.github/workflows/prerelease.yml#L72

And it looks like the workflow for main-dev checks out the main branch instead to test.

sroussey commented 9 months ago

If it is wrong, I can fix it with some other tweaks I am working on.

sroussey commented 9 months ago

Also, you use checkout@3 and checkout@4. Any reason for the different versions?

ashvardanian commented 9 months ago

Both are copy-paste issues and should be fixed, thank you, @sroussey!