Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Oct 24, 2023
1 parent 51899db commit ce65dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: pip install -r requirements.txt

- name: Test
run: python cobra_demo_file.py --access_key ${{secrets.PV_VALID_ACCESS_KEY}} --input_audio_path ../../res/audio/sample.wav
run: python cobra_demo_file.py --access_key ${{secrets.PV_VALID_ACCESS_KEY}} --input_wav_path ../../res/audio/sample.wav

build-self-hosted:
runs-on: ${{ matrix.machine }}
Expand All @@ -71,4 +71,4 @@ jobs:
run: pip3 install -r requirements.txt

- name: Test
run: python3 cobra_demo_file.py --access_key ${{secrets.PV_VALID_ACCESS_KEY}} --input_audio_path ../../res/audio/sample.wav
run: python3 cobra_demo_file.py --access_key ${{secrets.PV_VALID_ACCESS_KEY}} --input_wav_path ../../res/audio/sample.wav

0 comments on commit ce65dda

Please sign in to comment.