Skip to content

Commit cc94bb5

Browse files
committed
adding full path
1 parent c3a4fb9 commit cc94bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
python3 -m venv "${POETRY_VENV}"
3434
$POETRY_VENV/bin/pip install -U pip setuptools
3535
$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
36+
/opt/poetry-venv/bin/poetry config virtualenvs.create false
37+
/opt/poetry-venv/bin/poetry install
38+
/opt/poetry-venv/bin/poetry env info
3939
- name: Run Diarization
4040
run: |
4141
python src/run_diarization.py

0 commit comments

Comments
 (0)