Skip to content

Commit

Permalink
Add ruff workflow. update README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarevalo committed Oct 22, 2024
1 parent c3fd0c6 commit 4206e57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Getting started

### System requirements
copairs supports Python 3.9+ and should work with all modern operating systems (tested with MacOS 13.5, Ubuntu 18.04, Windows 10).
copairs supports Python 3.8+ and should work with all modern operating systems (tested with MacOS 13.5, Ubuntu 18.04, Windows 10).

### Dependencies
copairs depends on widely used Python packages:
Expand All @@ -31,8 +31,7 @@ pip install copairs[demo]

To run tests, run:
```bash
pip install pytest scikit-learn
cd copairs
pip install -e .[test]
pytest
```

Expand All @@ -58,4 +57,4 @@ BibTeX:
year={2024},
doi={10.1101/2024.04.01.587631}
}
```
```

0 comments on commit 4206e57

Please sign in to comment.