diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 62c42d9..24fe008 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 - pip install pyranges-plot[all]==0.1.0 - pip install ruff pytest + pip3.12 install pyranges-plot[all]==0.1.0 + pip3.12 install ruff pytest - name: Check formatting with ruff run: | ruff format --check src