From 0cbc5a37e1efa8724e4f08350c27f31ffdad05d0 Mon Sep 17 00:00:00 2001 From: Anton Goloborodko Date: Tue, 17 Dec 2024 22:48:31 +0100 Subject: [PATCH] Update readthedocs.yml (#260) --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 253ea14..53e3b51 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -10,8 +10,8 @@ build: post_create_environment: - "pip install numpy cython pysam" pre_build: - - python -c "import pairtools.lib.dedup_cython" - "pip install --upgrade numpy" + - python setup.py build - python -c "import pairtools.lib.dedup_cython" sphinx: