Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
luciaquirke committed Apr 4, 2024
1 parent 9bceb92 commit a8af499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Install Python tokengrams
run: |
python -m pip install --upgrade pip
pip install tokengrams
pip install ./tokengrams
- name: Run Python tests
run: pytest --verbose
1 change: 1 addition & 0 deletions tokengrams/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[project]
name = "tokengrams"
license = {text = "MIT License"}
version = "0.3.0"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit a8af499

Please sign in to comment.