Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev' into iorter
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges authored Feb 23, 2024
2 parents bc10d80 + bde9c99 commit 636f0a4
Show file tree
Hide file tree
Showing 3 changed files with 28,904 additions and 28,811 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,26 @@ jobs:
run: |
python -m unittest test.chairs
empty-speech:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install PyPDF2
- name: Test there are no empty u or seg elements
run: |
python -m unittest test.empty-speech
mp:
runs-on: ubuntu-latest
strategy:
Expand Down
Loading

0 comments on commit 636f0a4

Please sign in to comment.