Skip to content

Commit c3a4fb9

Browse files
committed
path
1 parent e8f114a commit c3a4fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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" >> $env:GITHUB_ENV
36+
echo "PATH=${PATH}:${POETRY_VENV}/bin" >> $GITHUB_ENV
3737
poetry config virtualenvs.create false
3838
poetry install
3939
- name: Run Diarization

0 commit comments

Comments
 (0)