You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-usage.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ steps:
73
73
74
74
You can also use several types of ranges that are specified in [semver](https://github.com/npm/node-semver#ranges), for instance:
75
75
76
-
- **[hyphen ranges](https://github.com/npm/node-semver#hyphen-ranges-xyz---abc)** to download and set up the latest available version of Python (includes both pre-release and stable versions):
76
+
- **[hyphen ranges](https://github.com/npm/node-semver#hyphen-ranges-xyz---abc)** to download and set up the latest available version of Python (includes both pre-release and stable versions):
77
77
78
78
```yaml
79
79
steps:
@@ -84,7 +84,7 @@ steps:
84
84
- run: python my_script.py
85
85
```
86
86
87
-
**[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):
87
+
- **[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):
0 commit comments