Skip to content

Commit

Permalink
fix(ci): copy examples in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored Nov 18, 2024
1 parent f931be5 commit 7015e9d
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 7015e9d

Please sign in to comment.