Skip to content

Commit

Permalink
Update readthedocs.yml (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor authored Dec 17, 2024
1 parent 7e25f0d commit 553d4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ build:
post_create_environment:
- "pip install numpy cython pysam"
pre_build:
- "python -c 'import pairtools.lib.dedup_cython'"
- python -c "import pairtools.lib.dedup_cython"
- "pip install --upgrade numpy"
- "python -c 'import pairtools.lib.dedup_cython'"
- python -c "import pairtools.lib.dedup_cython"

sphinx:
configuration: doc/conf.py
Expand Down

0 comments on commit 553d4e3

Please sign in to comment.