-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update the PYTHON_VERSION environment variable in the ci.yaml workflow file to 3.11. - This change is necessary to ensure that the correct version of Python is used in the CI pipeline. Makefile: update Python version in setup - Update the Python version in the setup target of the Makefile to 3.11. - This change ensures that the correct version of Python is used when creating the virtual environment and installing dependencies. - It aligns with the updated PYTHON_VERSION in the ci.yaml workflow file.
- Loading branch information
Showing
4 changed files
with
2 additions
and
28 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ permissions: | |
pull-requests: write | ||
|
||
env: | ||
PYTHON_VERSION: 3.x | ||
PYTHON_VERSION: 3.11 | ||
|
||
jobs: | ||
build-pkg: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters