Skip to content

Commit

Permalink
Add examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 2, 2024
1 parent 7d78596 commit 71cf668
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71cf668

Please sign in to comment.