Skip to content

Commit

Permalink
Test remapping env var
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Nov 29, 2023
1 parent d99d197 commit d253993
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
# https://cwiki.apache.org/confluence/display/HADOOP2/WindowsProblems
git clone https://github.com/cdarlint/winutils.git
echo "HADOOP_HOME=$env:GITHUB_WORKSPACE/winutils/hadoop-2.7.3" >> $env:GITHUB_ENV
- if: inputs.os == 'windows-latest'
- env:
HADOOP_HOME: $env:HADOOP_HOME
if: inputs.os == 'windows-latest'
run: python -c"import os;print(os.environ['HADOOP_HOME'])"
- name: Run unit tests for Linux / kedro-airflow, kedro-docker, kedro-telemetry
if: inputs.os != 'windows-latest' && inputs.plugin != 'kedro-datasets'
Expand Down

0 comments on commit d253993

Please sign in to comment.