Skip to content

Commit

Permalink
Fix benchmark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jeffery committed Jul 10, 2023
1 parent 3d4fc51 commit 7f76c29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: python/requirements/development.txt
cache-dependency-path: python/requirements/benchmarks.txt
- name: Install deps
run: pip install -r python/requirements/development.txt
run: pip install -r python/requirements/benchmarks.txt
- name: Build module
run: |
cd python
Expand Down
8 changes: 8 additions & 0 deletions python/requirements/benchmark.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
click
psutil
tqdm
matplotlib
si-prefix
jsonschema
svgwrite
msprime

0 comments on commit 7f76c29

Please sign in to comment.