From b2282416c3ceb0539b528ed22ccfc308f411730b Mon Sep 17 00:00:00 2001 From: emunozdc Date: Wed, 26 Jun 2024 12:32:56 +0200 Subject: [PATCH] fix install continuous integration. --- .github/workflows/continuous_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 24fe008..62c42d9 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -21,8 +21,8 @@ jobs: - name: Install dependencies run: | # I am using the pip installed by conda, bad practice but OK in C/I I think - pip3.12 install pyranges-plot[all]==0.1.0 - pip3.12 install ruff pytest + pip install pyranges-plot[all]==0.1.0 + pip install ruff pytest - name: Check formatting with ruff run: | ruff format --check src