Skip to content

Commit

Permalink
fix install continuous integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
emunozdc authored and emunozdc committed Jun 26, 2024
1 parent db60d3b commit fb0095c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb0095c

Please sign in to comment.