Skip to content

Commit

Permalink
Add test ops validation for validation workflows (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 28, 2023
1 parent 27c4702 commit b16ac1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ else
export PATH=${OLD_PATH}
fi

if [[ ${INCLUDE_TEST_OPS} == 'true' ]]; then
source ./.github/scripts/validate_test_ops.sh
fi

conda deactivate
conda env remove -n ${ENV_NAME}
fi
4 changes: 0 additions & 4 deletions .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,3 @@ jobs:
# Standart case: Validate binaries
source ./.github/scripts/validate_binaries.sh
if [[ ${INCLUDE_TEST_OPS} == 'true' ]]; then
source ./.github/scripts/validate_test_ops.sh
fi

0 comments on commit b16ac1f

Please sign in to comment.