Skip to content

Commit

Permalink
Fix benchmark CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jeffery authored and mergify[bot] committed Jul 11, 2023
1 parent 3d4fc51 commit 5eb173a
Show file tree
Hide file tree
Showing 2 changed files with 12 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/benchmark.txt
- name: Install deps
run: pip install -r python/requirements/development.txt
run: pip install -r python/requirements/benchmark.txt
- name: Build module
run: |
cd python
Expand Down
9 changes: 9 additions & 0 deletions python/requirements/benchmark.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
click
psutil
tqdm
matplotlib
si-prefix
jsonschema
svgwrite
msprime
PyYAML

0 comments on commit 5eb173a

Please sign in to comment.