Skip to content

Commit

Permalink
Avoid installing vim on Cirrus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Sep 2, 2022
1 parent 73c900d commit 43b1006
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ freebsd_task:
freebsd_instance: {image_family: freebsd-13-1}
install_script:
- pkg remove -y python lang/python
- pkg install -y git vim python39 py39-pip py39-gdbm py39-sqlite3 py39-tox # py39-pipx
- pkg install -y git python39 py39-pip py39-gdbm py39-sqlite3 py39-tox # py39-pipx
- pip install -U pipx
# pipx in freebsd 2022Q3 is outdated/broken, so we obtain it with pip.
# Probably it is safe to `pkg install py39-pipx` directly after Oct/2022.
Expand All @@ -143,7 +143,6 @@ windows_task:
# Activate long file paths to avoid some errors
- ps: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
- choco install -y --no-progress python3 --version=3.9.10 --params "/NoLockdown"
- choco install -y --no-progress vim
- pip install --upgrade certifi
- python -m pip install -U pip tox pipx
<<: *test-template
Expand Down

0 comments on commit 43b1006

Please sign in to comment.