Skip to content

Commit f6ef1cf

Browse files
committed
Updates
1 parent 8720937 commit f6ef1cf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/actions/create-venv-for-tests/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ runs:
3434
python -c "import sys;print(sys.executable)"
3535
uv pip install ipykernel
3636
python -m ipykernel install --user --name .venvkernel --display-name .venvkernel
37-
uv pip uninstall jedi --yes
38-
uv pip install jedi==0.17.2
3937
uv pip install pandas
4038
uv pip install ipywidgets==7.7.2
4139
@@ -45,8 +43,6 @@ runs:
4543
python -c "import sys;print(sys.executable)"
4644
uv pip install ipykernel
4745
python -m ipykernel install --user --name .venvnokernel --display-name .venvnokernel
48-
uv pip uninstall jedi --yes
49-
uv pip install jedi==0.17.2
5046
working-directory: src/test/datascience
5147
shell: bash
5248
# Used by tests for installation of ipykernel.
@@ -66,8 +62,6 @@ runs:
6662
python -c "import sys;print(sys.executable)"
6763
uv pip install ipykernel
6864
python -m ipykernel install --user --name .venvkernel --display-name .venvkernel
69-
uv pip uninstall jedi --yes
70-
uv pip install jedi==0.17.2
7165
uv pip install pandas
7266
uv pip install ipywidgets -U
7367
@@ -77,7 +71,5 @@ runs:
7771
python -c "import sys;print(sys.executable)"
7872
uv pip install ipykernel
7973
python -m ipykernel install --user --name .venvnokernel --display-name .venvnokernel
80-
uv pip uninstall jedi --yes
81-
uv pip install jedi==0.17.2
8274
working-directory: src/test/datascience
8375
shell: bash

0 commit comments

Comments
 (0)