Skip to content
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

Configure python version for actions/setup-python #215

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

lopopolo
Copy link
Member

@lopopolo lopopolo commented Dec 30, 2023

The nightly builder emits this warning as of actions/setup-python@v5.0.0:

Warning: Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file.
Resolved .python-version as 3.12.1

Fix this error by setting the python-version-file: ".python-version" config.

The nightly builder emits this warning as of
actions/setup-python@v5.0.0:

```
Warning: Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file.
Resolved .python-version as 3.12.1
```

Fix this error by setting the `python-version-file: ".python-version"`
config.
@lopopolo lopopolo added the A-build Area: CI build infrastructure. label Dec 30, 2023
@lopopolo
Copy link
Member Author

checked codesigning build logs. warnings are silenced.

@lopopolo lopopolo merged commit 3e99953 into trunk Dec 30, 2023
8 checks passed
@lopopolo lopopolo deleted the lopopolo/setup-python-set-version branch December 30, 2023 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build Area: CI build infrastructure.
Development

Successfully merging this pull request may close these issues.

1 participant