Skip to content

Commit

Permalink
setup done
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-gyas committed Jan 22, 2025
1 parent 58f2855 commit 97cd7fe
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: "3.8"

- name: Install dependencies
run: |
pip install -U pip
pip install .
pip install .[dev]
- name: Test with pytest
run: PYTHONPATH=src pytest

- name: Test Coverage
run: PYTHONPATH=src pytest --cov project_name
run: PYTHONPATH=src pytest --cov stt-silero-vs-pyannote
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,7 @@ dmypy.json

# Pyre type checker
.pyre/
#ignore the data
data
#ignore the ds_store
.DS_STORE
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ repos:
args: ["--config=setup.cfg"]
additional_dependencies: [flake8-isort]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
hooks:
- id: mypy
additional_dependencies: [types-all]

# sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date
ci:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "project_name"
name = "stt-silero-vs-pyannote"
version = "0.0.1"
authors = [
{ name="OpenPecha", email="dev@openpecha.org" },
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 97cd7fe

Please sign in to comment.