1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 14:37:00 +09:00

Update README.md

This commit is contained in:
earonesty 2021-11-05 12:21:55 -04:00 committed by GitHub
parent 542f80cdc6
commit d6d5da518d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ jobs:
- name: Setup python - name: Setup python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python: ${{ matrix.python }} python-version: ${{ matrix.python }}
architecture: x64 architecture: x64
- run: python my_script.py - run: python my_script.py
``` ```