Skip to content

Commit

Permalink
Separate the set env to its own step
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar committed Oct 26, 2023
1 parent 953ea77 commit 21d4292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/all-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
# with:
# spark-version: '3.4.1'
# hadoop-version: '3'
- name: Set Env
run: echo "HADOOP_HOME=C:\hadoop" >> "$GITHUB_ENV"
- name: Run `kedro run` end to end tests for all starters
run: |
echo "HADOOP_HOME=C:\hadoop" >> "$GITHUB_ENV"
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 Down

0 comments on commit 21d4292

Please sign in to comment.