Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 committed Jun 27, 2024
1 parent d2fc77f commit 3a39dc2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,16 @@ jobs:
- "3.11"

runs-on: ubuntu-latest
needs: setup
# needs: setup

steps:
- uses: actions/checkout@v2

- name: Install ffmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -86,7 +93,6 @@ jobs:
poetry-version: ${{ env.poetry-version }}

- name: Install dependencies
working-directory: ./vocode-core
run: poetry install -E all

- name: Test with pytest
Expand Down

0 comments on commit 3a39dc2

Please sign in to comment.