Skip to content

Commit 53721d5

Browse files
Update index.md
1 parent 49a570f commit 53721d5

File tree

1 file changed

+4
-1
lines changed
  • recipes/ci-cd/github-actions/workflows/python

1 file changed

+4
-1
lines changed

recipes/ci-cd/github-actions/workflows/python/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ logo: python
44
---
55
# Python
66

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+
710
## Notes
811

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.
1013

1114
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

Comments
 (0)