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

setup-python stepがない #16

Open
na0fu3y opened this issue Jul 15, 2020 · 0 comments
Open

setup-python stepがない #16

na0fu3y opened this issue Jul 15, 2020 · 0 comments

Comments

@na0fu3y
Copy link

na0fu3y commented Jul 15, 2020

現状、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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant