Skip to content

Commit

Permalink
Merge pull request #416 from benjeffery/fix-docs2
Browse files Browse the repository at this point in the history
Update msprime in docs
  • Loading branch information
benjeffery authored Jul 17, 2024
2 parents 870ae18 + b14d832 commit 68ec97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Create venv and install deps
run: |
pip install --upgrade pip wheel
pip install -r ${{env.REQUIREMENTS}}
pip install -r ${{env.REQUIREMENTS}} --no-binary tsinfer
- name: Build Docs
run: |
Expand Down

0 comments on commit 68ec97a

Please sign in to comment.