Skip to content

Commit 3a9404c

Browse files
committed
use full path for python
1 parent cc94bb5 commit 3a9404c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
/opt/poetry-venv/bin/poetry env info
3939
- name: Run Diarization
4040
run: |
41-
python src/run_diarization.py
41+
/opt/poetry-venv/bin/python src/run_diarization.py

src/run_diarization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
import asyncio
32

43

0 commit comments

Comments
 (0)