mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
fix: small typo in the docs
This commit is contained in:
parent
212e83ff58
commit
bb453015ab
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
# in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded
|
||||
python-version: [3.5, 3.6, 3.7.4, 3.8]
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue