We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b70980 + 8f3cf09 commit bae754cCopy full SHA for bae754c
1 file changed
.github/workflows/ci.yml
@@ -22,8 +22,9 @@ jobs:
22
status: STARTING
23
color: warning
24
25
- - name: Set up Python
26
- uses: actions/checkout@v2
+ - name: Set up Python
27
+ uses: actions/setup-python@v2
28
with:
29
python-version: '3.x'
30
- name: Install dependencies
0 commit comments