mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
refactor: restructure project layout
This commit is contained in:
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@@ -16,14 +16,14 @@ jobs:
|
||||
- isort --check app
|
||||
- flake8 app
|
||||
- mypy app
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
name: Test
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
cache: 'pip'
|
||||
- pip install -e .[dev]
|
||||
- pytest
|
||||
# test:
|
||||
# runs-on: ubuntu-latest
|
||||
# name: Test
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# - uses: actions/setup-python@v4
|
||||
# with:
|
||||
# python-version: '3.11'
|
||||
# cache: 'pip'
|
||||
# - pip install -e .[test]
|
||||
# - pytest
|
||||
|
||||
Reference in New Issue
Block a user