andreped commited on
Commit
db74e25
·
1 Parent(s): 0925325

missing indent

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +3 -3
.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
- uses: actions/setup-python@v2
45
- with:
46
- python-version: ${{ matrix.python-version }}
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