From fdc3307050ac6e3f4c4bea17644ab22ec2414c57 Mon Sep 17 00:00:00 2001 From: emunozdc Date: Wed, 19 Jun 2024 14:05:38 +0200 Subject: [PATCH] Fix integration import. --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b1d0941..bf0f784 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | # I am using the pip installed by conda, bad practice but OK in C/I I think - pip install pyranges-plot==0.0.24[all] + pip install pyranges-plot[all]==0.0.24 pip install ruff pytest - name: Check formatting with ruff run: |