Update README.md

This commit is contained in:
earonesty 2021-11-05 12:21:55 -04:00 committed by GitHub
parent 542f80cdc6
commit d6d5da518d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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