Skip to content

Commit 1e8cb4a

Browse files
committed
Skip do_not_use_nightly_on_ci on release branch
1 parent 4796da7 commit 1e8cb4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/_unittest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
3232
conda activate "${CONDA_ENV}"
3333
34+
# DEBUG
35+
env
36+
3437
# Setup swiftshader and Vulkan SDK which are required to build the Vulkan delegate
3538
source .ci/scripts/setup-vulkan-linux-deps.sh
3639
@@ -66,6 +69,9 @@ jobs:
6669
export PATH="${TMP_DIR}:$PATH"
6770
trap 'rm -rfv ${TMP_DIR}' EXIT
6871
72+
# DEBUG
73+
env
74+
6975
# Setup MacOS dependencies as there is no Docker support on MacOS atm
7076
PYTHON_EXECUTABLE=python \
7177
EXECUTORCH_BUILD_PYBIND=ON \

0 commit comments

Comments
 (0)