Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Jun 23, 2023
1 parent 84a9eea commit 4a01150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: pip3 install -r requirements.txt

- name: Test
run: python picovoice_demo_file.py
run: python3 picovoice_demo_file.py
--access_key ${{ secrets.PV_VALID_ACCESS_KEY }}
--wav_path ../../resources/audio_samples/picovoice-coffee.wav
--keyword_path ../../resources/porcupine/resources/keyword_files/${{ matrix.platform }}/picovoice_${{ matrix.platform }}.ppn
Expand Down

0 comments on commit 4a01150

Please sign in to comment.