Closed jxbt closed 4 months ago
[!CAUTION]
Review failed
The pull request is closed.
The recent changes update the AAA_VERSION
environment variable from "1.1.5" to "1.1.6" in the windows-exe-build.yml
workflow file. Additionally, the dependencies will now be installed using requirements.in
instead of requirements.txt
, ensuring that the most up-to-date package versions are used during the build process.
File | Change Summary |
---|---|
.github/workflows/windows-exe-build.yml |
Updated AAA_VERSION from "1.1.5" to "1.1.6". Modified pip install command to use requirements.in instead of requirements.txt . |
In the world of code, a version grows,
From 1.1.5 to 1.1.6, it flows.
Dependencies fresh, fromrequirements.in
,
Ensuring our builds are strong within.
With each change, we craft and refine,
A masterpiece in every line. 🚀
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This is a fix for the mac build failing issue due to inconsistent library versions.
Summary by CodeRabbit
requirements.in
for dependencies.AAA_VERSION
to "1.1.6".