Skip to content

Commit 2b5b6ad

Browse files
committed
Revert "PR: Fix tests due to error with latest packaging version (CI) (#26233)"
This reverts commit 1e3ad9e.
1 parent 7335efb commit 2b5b6ad

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/scripts/install.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ if [ "$USE_CONDA" = "true" ]; then
5858
# Pin IPykernel to 7.2.0 because version 7.3.0+ causes segfaults
5959
micromamba install ipykernel=7.2.0
6060

61-
# Workaround for an error with packaging 26.3 when installing our subrepos
62-
micromamba install packaging=26.2
63-
6461
else
6562
# Update pip and setuptools
6663
python -m pip install -U pip setuptools wheel build
@@ -82,9 +79,6 @@ else
8279

8380
# Force installation of Jedi 0.20
8481
pip install jedi==0.20.0
85-
86-
# Workaround for an error with packaging 26.3 when installing our subrepos
87-
pip install packaging==26.2
8882
fi
8983

9084
# Install subrepos from source

0 commit comments

Comments
 (0)