We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63eb824 commit d2b1497Copy full SHA for d2b1497
.cirrus.yml
@@ -4,9 +4,9 @@
4
common_steps_template: &COMMON_STEPS_TEMPLATE
5
install_lit_script: |
6
# Install lit
7
+ rm -f /usr/lib/python3.11/EXTERNALLY-MANAGED # required for Ubuntu 23.04
8
python3 -m pip install --user setuptools wheel
- # 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
+ python3 -m pip install --user lit
10
python3 -c "import lit.main; lit.main.main();" --version . | head -n 1
11
clone_submodules_script: |
12
cd $CIRRUS_WORKING_DIR
0 commit comments