missing indent
Browse files
.github/workflows/build.yml
CHANGED
@@ -41,9 +41,9 @@ jobs:
|
|
41 |
steps:
|
42 |
- uses: actions/checkout@v1
|
43 |
- name: Set up Python ${{ matrix.python-version }}
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
|
48 |
- name: Download artifact
|
49 |
uses: actions/download-artifact@master
|
|
|
41 |
steps:
|
42 |
- uses: actions/checkout@v1
|
43 |
- name: Set up Python ${{ matrix.python-version }}
|
44 |
+
uses: actions/setup-python@v2
|
45 |
+
with:
|
46 |
+
python-version: ${{ matrix.python-version }}
|
47 |
|
48 |
- name: Download artifact
|
49 |
uses: actions/download-artifact@master
|