We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macos
At first this looks more like an issue with GitHub Actions but opening here for awareness.
There seems to be some inconsistencies with the Python version installed with actions/setup-python and the one actually used later in the workflows:
actions/setup-python
with macos
with linux
linux
With the latest commit on master: https://github.com/jupyterlab/jupyterlab/runs/7968878969?check_suite_focus=true
The Python version should be the one set with the actions/setup-python action.
This has also been noticed in other places:
The text was updated successfully, but these errors were encountered:
macos-latest
Opened actions/setup-python#487.
Sorry, something went wrong.
python-version
Successfully merging a pull request may close this issue.
Description
At first this looks more like an issue with GitHub Actions but opening here for awareness.
There seems to be some inconsistencies with the Python version installed with
actions/setup-python
and the one actually used later in the workflows:with
macos
with
linux
Reproduce
With the latest commit on master: https://github.com/jupyterlab/jupyterlab/runs/7968878969?check_suite_focus=true
Expected behavior
The Python version should be the one set with the
actions/setup-python
action.Context
This has also been noticed in other places:
The text was updated successfully, but these errors were encountered: