uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v1 with: python-version: '3.8' - name: Update Pip shell: bash ...
確定! 回上一頁