We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a4fb9 commit cc94bb5Copy full SHA for cc94bb5
.github/workflows/python-app.yml
@@ -33,9 +33,9 @@ jobs:
33
python3 -m venv "${POETRY_VENV}"
34
$POETRY_VENV/bin/pip install -U pip setuptools
35
$POETRY_VENV/bin/pip install "poetry==${POETRY_VERSION}"
36
- echo "PATH=${PATH}:${POETRY_VENV}/bin" >> $GITHUB_ENV
37
- poetry config virtualenvs.create false
38
- poetry install
+ /opt/poetry-venv/bin/poetry config virtualenvs.create false
+ /opt/poetry-venv/bin/poetry install
+ /opt/poetry-venv/bin/poetry env info
39
- name: Run Diarization
40
run: |
41
python src/run_diarization.py
0 commit comments