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: recipes/ci-cd/github-actions/workflows/python/index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@ logo: python
4
4
---
5
5
# Python
6
6
7
+
See [Building and testing Python](https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-pythons) in the GH Actions docs.
8
+
9
+
7
10
## Notes
8
11
9
-
These recipes mostly use [setup-python](https://github.com/actions/setup-python) action.
12
+
These recipes mostly use the [setup-python](https://github.com/actions/setup-python) action.
10
13
11
14
And are based on the [Using Python with Github Actions](https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions) guide on the GH docs.
0 commit comments