mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 14:48:36 +00:00
Fix typo
This commit is contained in:
parent
fe396d3941
commit
72394d1a3e
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ steps:
|
||||||
- run: python my_script.py
|
- run: python my_script.py
|
||||||
```
|
```
|
||||||
|
|
||||||
**[x-ranges](https://github.com/npm/node-semver#x-ranges-12x-1x-12-)** to specify the latest stable version of Python (for specified major version):
|
- **[x-ranges](https://github.com/npm/node-semver#x-ranges-12x-1x-12-)** to specify the latest stable version of Python (for specified major version):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue