Skip to content

Commit

Permalink
move debug statement around
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Sep 26, 2024
1 parent 1f7af10 commit 3ea5fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ jobs:
run: |
source ${EP_VENV_DIR}/bin/activate
echo "COMPILER_PATH=$(python -c "import iree.compiler as _; print(_.__path__[0])")"
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COMPILER_PATH/_mlir_libs/"
echo "COMPILER_PATH=$(python -c "import iree.compiler as _; print(_.__path__[0])")" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COMPILER_PATH/_mlir_libs/"
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COMPILER_PATH/_mlir_libs/" >> $GITHUB_ENV
echo $COMPILER_PATH
echo $LD_LIBRARY_PATH
Expand Down

0 comments on commit 3ea5fd9

Please sign in to comment.