Skip to content

Commit e8f114a

Browse files
committed
echo
1 parent c1f1903 commit e8f114a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-
"PATH=${PATH}:${POETRY_VENV}/bin" >> $env:GITHUB_ENV
36+
echo "PATH=${PATH}:${POETRY_VENV}/bin" >> $env:GITHUB_ENV
3737
poetry config virtualenvs.create false
3838
poetry install
3939
- name: Run Diarization

notebooks/transcript.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178
],
179179
"metadata": {
180180
"kernelspec": {
181-
"display_name": "TGOV Scraper",
181+
"display_name": ".venv",
182182
"language": "python",
183-
"name": "tgov-scraper"
183+
"name": "python3"
184184
},
185185
"language_info": {
186186
"codemirror_mode": {
@@ -192,7 +192,7 @@
192192
"name": "python",
193193
"nbconvert_exporter": "python",
194194
"pygments_lexer": "ipython3",
195-
"version": "3.11.9"
195+
"version": "3.11.10"
196196
}
197197
},
198198
"nbformat": 4,

0 commit comments

Comments
 (0)