File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
.github/actions/create-venv-for-tests Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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
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.
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
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
You can’t perform that action at this time.
0 commit comments