From 71cf668aedb34035c830617c1969557d1dbc4930 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Mon, 2 Dec 2024 19:47:04 +0000 Subject: [PATCH] Add examples folder --- .github/workflows/pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index cdd901ff6f3..08b2540cde6 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -52,6 +52,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + # Include examples in the package, so that the tests can access them. + echo "include examples/*" >> MANIFEST.in pip install ".[all]" pip install pytest pytest-xdist pytest-env>=0.6 memory-profiler==0.61.0