Skip to content

Commit

Permalink
Merge branch 'main' into integrate_kmer_tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Oct 12, 2024
2 parents 4abe6c2 + 443106c commit 6b45e32
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 44 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ jobs:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files.
contents: write
contents: write # Allows reading and writing repository contents (e.g., commits)
pull-requests: write # Allows reading and writing pull requests
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
token: ${{ secrets.ACTION_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: chartboost/ruff-action@v1
with:
src: './src/python'
Expand Down
69 changes: 28 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ pyo3 = { version="0.22.3", features = ["extension-module", "anyhow"] }
rayon = "1.10.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
sourmash = "0.15.1"
sourmash = "0.15.2"

0 comments on commit 6b45e32

Please sign in to comment.