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
現状、setup-pythonを実行しておらず、ubuntu-latestのpip3に依存している。 setup-pythonでベースイメージに依らず、python環境を構築できる他、バージョン固定できるのでおすすめです。
steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }}
actions/setup-python
<a href="https://github.com/actions/setup-python">actions/setup-python</a>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現状、setup-pythonを実行しておらず、ubuntu-latestのpip3に依存している。
setup-pythonでベースイメージに依らず、python環境を構築できる他、バージョン固定できるのでおすすめです。
actions/setup-python
The text was updated successfully, but these errors were encountered: