We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791a50f commit c82e897Copy full SHA for c82e897
.github/workflows/python-app.yml
@@ -20,6 +20,7 @@ jobs:
20
os: ["macos-11", ubuntu-20.04, "windows-latest"]
21
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
22
steps:
23
+ - uses: actions/checkout@v2
24
- name: Setup python
25
uses: actions/setup-python@v2
26
with:
0 commit comments