Skip to content

Commit

Permalink
Merge pull request #1149 from zama-ai/youben11-patch-8
Browse files Browse the repository at this point in the history
fix(ci): copy examples in test env
  • Loading branch information
BourgerieQuentin authored Nov 18, 2024
2 parents f931be5 + 7015e9d commit 004c9fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/concrete_python_release_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -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 .
Expand Down

0 comments on commit 004c9fa

Please sign in to comment.