File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
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 ,
You can’t perform that action at this time.
0 commit comments