-
Notifications
You must be signed in to change notification settings - Fork 8
chore(ci): build using python 3.8 #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can you specify in the commit message what you designate as "CI"? This can be several different things: github actions, RPM %check, xcp-ng-tests runs... |
a652b7f to
8d6d05e
Compare
.github/workflows/main.yml
Outdated
| uses: actions/setup-python@v4 | ||
| with: | ||
| python-version: '3.x' | ||
| python-version: '3.8' # This is the closest available to 3.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More explicit + correction regarding the used version:
This version is the closest available to the one currently used in production (3.6).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
|
Regarding the commit message, small suggestion: You can also explain why the |
Avoid python version mismatch that pulls incompatible dependencies in github actions when running unittests. Signed-off-by: Antoine Bartuccio <[email protected]>
Avoid python version mismatch that pulls incompatible dependencies in github actions when running unittests. Signed-off-by: Antoine Bartuccio <[email protected]>
Avoid python version mismatch that pulls incompatible dependencies in github actions when running unittests. Signed-off-by: Antoine Bartuccio <[email protected]>
Avoid python version mismatch that pulls incompatible dependencies in github actions when running unittests. Signed-off-by: Antoine Bartuccio <[email protected]>
Avoid python version mismatch that pulls incompatible dependencies in github actions when running unittests. Signed-off-by: Antoine Bartuccio <[email protected]>
Avoid python version mismatch that pulls incompatible dependencies in github actions when running unittests