Skip to content

Commit d2b1497

Browse files
authored
Cirrus CI: Fix pip install issue on Ubuntu rolling (#4401)
1 parent 63eb824 commit d2b1497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
common_steps_template: &COMMON_STEPS_TEMPLATE
55
install_lit_script: |
66
# Install lit
7+
rm -f /usr/lib/python3.11/EXTERNALLY-MANAGED # required for Ubuntu 23.04
78
python3 -m pip install --user setuptools wheel
8-
# lit v0.11.1 is the latest version to work with Python v3.5 (from Ubuntu 16.04)
9-
python3 -m pip install --user lit==0.11.1
9+
python3 -m pip install --user lit
1010
python3 -c "import lit.main; lit.main.main();" --version . | head -n 1
1111
clone_submodules_script: |
1212
cd $CIRRUS_WORKING_DIR

0 commit comments

Comments
 (0)