From 7015e9df1731199b4486616dfda97c151e64cb32 Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Mon, 18 Nov 2024 08:58:32 +0100 Subject: [PATCH] fix(ci): copy examples in test env --- .github/workflows/concrete_python_release_cpu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/concrete_python_release_cpu.yml b/.github/workflows/concrete_python_release_cpu.yml index e8204cb76a..fac822cdec 100644 --- a/.github/workflows/concrete_python_release_cpu.yml +++ b/.github/workflows/concrete_python_release_cpu.yml @@ -342,6 +342,7 @@ jobs: # Copy test files cp -R "${CONCRETE_PYTHON}"/tests . + cp -R "${CONCRETE_PYTHON}"/examples . cp -R "${CONCRETE_PYTHON}"/pytest.ini . cp "${CONCRETE_PYTHON}"/Makefile . @@ -420,6 +421,7 @@ jobs: # Copy test files cp -R "${CONCRETE_PYTHON}"/tests . + cp -R "${CONCRETE_PYTHON}"/examples . cp -R "${CONCRETE_PYTHON}"/pytest.ini . cp "${CONCRETE_PYTHON}"/Makefile .