MQT Reusable Workflows 1.5.1 Release
github-actions
released this
08 Dec 12:15
·
3 commits
to refs/heads/main
since this release
👀 What Changed
A small release that fixes an underlying uv
caching error that could prevent CD from running smoothly.
In addition, it adds a new alternative workflow for running Python testing in parallel.
🚀 Features and Enhancements
- 🚸 Alternative workflow for running Python tests individually @nquetschlich (#52)
- 🚸 do not fail fast on macOS C++ tests @burgholzer (#54)
🐛 Bug Fixes
- 🩹 do not enable
uv
cache when it will not be used @burgholzer (#53)
🤖 CI
- 🚸 Alternative workflow for running Python tests individually @nquetschlich (#52)
- 🚸 do not fail fast on macOS C++ tests @burgholzer (#54)
- 🩹 do not enable
uv
cache when it will not be used @burgholzer (#53)
⬆️ Dependencies
- 🚸 do not fail fast on macOS C++ tests @burgholzer (#54)
- ⬆️🪝 update pre-commit hooks @pre-commit-ci (#51)
Full Changelog: v1.5.0...v1.5.1