Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.com>
  • Loading branch information
ankatiyar committed Oct 25, 2023
1 parent f6c13ee commit dfaaab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Install test requirements
run: make install-test-requirements
- name: Setup Hadoop binaru
if: matrix.os == 'windows-latest'
run: |
if: matrix.os == 'windows-latest'
run: |
Invoke-WebRequest https://github.com/steveloughran/winutils/blob/master/hadoop-2.7.1/bin/winutils.exe?raw=true -OutFile winutils.exe
Invoke-WebRequest https://github.com/steveloughran/winutils/blob/master/hadoop-2.7.1/bin/hadoop.dll?raw=true -OutFile hadoop.dll
Move-Item .\hadoop.dll C:\Windows\System32
Expand All @@ -65,5 +65,5 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install test requirements
run: make install-test-requirements
- name: Run linter for all starters
- name: Run linter for all starters
run: behave features/lint.feature

0 comments on commit dfaaab1

Please sign in to comment.